1
0
mirror of https://github.com/akelge/zsh synced 2025-07-04 05:29:06 +00:00

Plugin messages

This commit is contained in:
2021-10-28 10:39:10 +02:00
parent 1dbe3a174b
commit a65005aa7d

View File

@ -3,10 +3,12 @@ if whence pyenv > /dev/null; then
export PYENV_ROOT="$HOME/.pyenv"
eval "$(pyenv init --path)"
eval "$(pyenv init -)"
else
echo "pyenv not installed"
fi
# thefuck
whence thefuck > /dev/null && eval $(thefuck --alias)
whence thefuck > /dev/null && eval $(thefuck --alias) || echo "thef**k not installed"
#z
[ -f $LIBRARY/plugins/zsh-z/zsh-z.plugin.zsh ] && source $LIBRARY/plugins/zsh-z/zsh-z.plugin.zsh