diff --git a/neofetch b/neofetch index 15d4ee14..851f428d 100755 --- a/neofetch +++ b/neofetch @@ -770,6 +770,10 @@ getshell () { shell=${shell/tcsh} shell=${shell/\(*} ;; + + *"fish"*) + shell+="$("$SHELL" -c 'printf "%s" "$FISH_VERSION"')" + ;; esac shell="${shell/\(*\)}"