diff --git a/zsh.d/90-plugins.zsh b/zsh.d/90-plugins.zsh index 1b6be30..2c9488e 100644 --- a/zsh.d/90-plugins.zsh +++ b/zsh.d/90-plugins.zsh @@ -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