diff --git a/neofetch b/neofetch index 0646d669..64b45c96 100755 --- a/neofetch +++ b/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\"")