1
0

remove liquidprompt

This commit is contained in:
2022-12-14 21:03:00 +01:00
parent ffb078e8a5
commit d9a9800691

View File

@@ -181,8 +181,6 @@ if [[ -x "$(command -v thefuck)" ]]; then
eval $(thefuck --alias)
fi
# Only load liquidprompt in interactive shells, not from a script or from scp
[[ $- == *i* ]] && [ -f /usr/share/liquidprompt/liquidprompt ] && . /usr/share/liquidprompt/liquidprompt
# add local changes to your bash environment in ~/.bash_local
if [ -f ~/.bash_local ]; then