Selaa lähdekoodia

feat: add support for Fig

Matt Schrage 3 vuotta sitten
vanhempi
commit
9d1251bcf1
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      neofetch

+ 2 - 0
neofetch

@@ -3346,6 +3346,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
 }
 }