diff --git a/.bashrc b/.bashrc index fa5b914..4741160 100644 --- a/.bashrc +++ b/.bashrc @@ -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