diff --git a/neofetch b/neofetch index 186b9221..c4959c61 100755 --- a/neofetch +++ b/neofetch @@ -505,6 +505,7 @@ get_shell() { if [[ "$shell_version" == "on" ]]; then case "${SHELL##*/}" in "bash") shell+="${BASH_VERSION/-*}" ;; + "sh") ;; "mksh" | "ksh") shell+="$("$SHELL" -c 'printf "%s" "$KSH_VERSION"')"