Pārlūkot izejas kodu

Add support for nushell (#1878)

* Add support for nushell

* Update neofetch

Co-authored-by: Tyler J Russell <xtylerjrx@gmail.com>

Co-authored-by: Tyler J Russell <xtylerjrx@gmail.com>
Nathan Thomas 3 gadi atpakaļ
vecāks
revīzija
0d08c130ff
1 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  1. 6 0
      neofetch

+ 6 - 0
neofetch

@@ -1744,6 +1744,12 @@ get_shell() {
             shell=${shell/ Yet another shell}
             shell=${shell/ Yet another shell}
             shell=${shell/Copyright*}
             shell=${shell/Copyright*}
         ;;
         ;;
+	
+        nu)
+            shell+=$("$SHELL" -c "version | get version")
+            shell=${shell/ $shell_name}
+        ;;
+
 
 
         *)
         *)
             shell+=$("$SHELL" --version 2>&1)
             shell+=$("$SHELL" --version 2>&1)