瀏覽代碼

[PR] dylanaraps/neofetch#2077 from mschrage - feat: add support for Fig

Upstream PR: https://github.com/dylanaraps/neofetch/pull/2077
Thanks to @mschrage

Co-authored-by: Matt Schrage <matthewschrage@gmail.com>
Azalea (on HyDEV-Daisy) 3 年之前
父節點
當前提交
64f96bfbec
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      neofetch

+ 2 - 0
neofetch

@@ -3438,6 +3438,8 @@ get_term() {
         esac
     done
 
+    [[ $FIG_TERM == "1" ]] && term="$term + Fig"
+
     # Log that the function was run.
     term_run=1
 }