Przeglądaj źródła

es shell support (no shell version) (#1456)

aosync 5 lat temu
rodzic
commit
58e90e8f29
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      neofetch

+ 1 - 1
neofetch

@@ -1594,7 +1594,7 @@ get_shell() {
             shell+=${BASH_VERSION/-*}
         ;;
 
-        sh|ash|dash) ;;
+        sh|ash|dash|es) ;;
 
         *ksh)
             shell+=$("$SHELL" -c "printf %s \"\$KSH_VERSION\"")