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

master
aosync 6 years ago committed by GitHub
parent 6a5dfb874e
commit 58e90e8f29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 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…
Cancel
Save