Explorar o código

feat: add support for Fig

Matt Schrage %!s(int64=3) %!d(string=hai) anos
pai
achega
9d1251bcf1
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      neofetch

+ 2 - 0
neofetch

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