diff --git a/neofetch b/neofetch index 683581aa..dc8e7a6d 100755 --- a/neofetch +++ b/neofetch @@ -776,6 +776,7 @@ getshell () { shell+="$("$SHELL" -c 'printf "%s" "$FISH_VERSION"')" ;; esac + shell="${shell/\(*\)}" fi }