Pārlūkot izejas kodu

[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 gadi atpakaļ
vecāks
revīzija
64f96bfbec
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      neofetch

+ 2 - 0
neofetch

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