From: Alexander Barton Date: Fri, 6 May 2016 16:10:35 +0000 (+0200) Subject: Really skip unknown plugins altogether X-Git-Url: https://arthur.barton.de/gitweb/?a=commitdiff_plain;ds=sidebyside;h=821e669d59e78caf4f1077faac6e05fd9665bcbc;p=ax-zsh.git Really skip unknown plugins altogether --- diff --git a/ax.zsh b/ax.zsh index 1c43c89..88c16bd 100644 --- a/ax.zsh +++ b/ax.zsh @@ -45,6 +45,7 @@ function axzsh_load_plugin { fname="$dname/init.zsh" else echo "AX-ZSH plugin type of \"$plugin\" unknown, skipped!" >&2 + return 0 fi fi