mirror of https://github.com/akelge/zsh
Revert message on missing plugins
This commit is contained in:
parent
a65005aa7d
commit
7023dd4906
|
@ -3,12 +3,10 @@ if whence pyenv > /dev/null; then
|
||||||
export PYENV_ROOT="$HOME/.pyenv"
|
export PYENV_ROOT="$HOME/.pyenv"
|
||||||
eval "$(pyenv init --path)"
|
eval "$(pyenv init --path)"
|
||||||
eval "$(pyenv init -)"
|
eval "$(pyenv init -)"
|
||||||
else
|
|
||||||
echo "pyenv not installed"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# thefuck
|
# thefuck
|
||||||
whence thefuck > /dev/null && eval $(thefuck --alias) || echo "thef**k not installed"
|
whence thefuck > /dev/null && eval $(thefuck --alias)
|
||||||
|
|
||||||
#z
|
#z
|
||||||
[ -f $LIBRARY/plugins/zsh-z/zsh-z.plugin.zsh ] && source $LIBRARY/plugins/zsh-z/zsh-z.plugin.zsh
|
[ -f $LIBRARY/plugins/zsh-z/zsh-z.plugin.zsh ] && source $LIBRARY/plugins/zsh-z/zsh-z.plugin.zsh
|
||||||
|
|
Loading…
Reference in New Issue