remove liquidprompt
This commit is contained in:
2
.bashrc
2
.bashrc
@@ -181,8 +181,6 @@ if [[ -x "$(command -v thefuck)" ]]; then
|
|||||||
eval $(thefuck --alias)
|
eval $(thefuck --alias)
|
||||||
fi
|
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
|
# add local changes to your bash environment in ~/.bash_local
|
||||||
if [ -f ~/.bash_local ]; then
|
if [ -f ~/.bash_local ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user