From 52a8cd491695d5d9ffcfc528c3ec1db93c74d267 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 12 Jun 2016 11:11:34 +1000 Subject: [PATCH] Readd a substitution that shouldn't have been removed --- neofetch | 1 + 1 file changed, 1 insertion(+) 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 }