From 7023dd4906c81592abbada84741e12ad8392b42b Mon Sep 17 00:00:00 2001 From: Andrea Mistrali Date: Thu, 28 Oct 2021 10:40:01 +0200 Subject: [PATCH] Revert message on missing plugins --- zsh.d/90-plugins.zsh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/zsh.d/90-plugins.zsh b/zsh.d/90-plugins.zsh index 2c9488e..1b6be30 100644 --- a/zsh.d/90-plugins.zsh +++ b/zsh.d/90-plugins.zsh @@ -3,12 +3,10 @@ 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) || echo "thef**k not installed" +whence thefuck > /dev/null && eval $(thefuck --alias) #z [ -f $LIBRARY/plugins/zsh-z/zsh-z.plugin.zsh ] && source $LIBRARY/plugins/zsh-z/zsh-z.plugin.zsh