es shell support (no shell version) (#1456)
This commit is contained in:
parent
6a5dfb874e
commit
58e90e8f29
1 changed files with 1 additions and 1 deletions
2
neofetch
2
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\"")
|
||||
|
|
Loading…
Reference in a new issue