Readd a substitution that shouldn't have been removed
This commit is contained in:
parent
f855ae2432
commit
52a8cd4916
1 changed files with 1 additions and 0 deletions
1
neofetch
1
neofetch
|
@ -776,6 +776,7 @@ getshell () {
|
||||||
shell+="$("$SHELL" -c 'printf "%s" "$FISH_VERSION"')"
|
shell+="$("$SHELL" -c 'printf "%s" "$FISH_VERSION"')"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
shell="${shell/\(*\)}"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue