diff --git a/neofetch b/neofetch index d65082c5..4d9ddbf6 100755 --- a/neofetch +++ b/neofetch @@ -510,6 +510,7 @@ get_shell() { "mksh" | "ksh") shell+="$("$SHELL" -c 'printf "%s" "$KSH_VERSION"')" shell="${shell/ * KSH}" + shell="${shell/Version}" ;; esac