From: Alexander Barton Date: Thu, 30 Jul 2015 14:37:09 +0000 (+0200) Subject: Don't error out when $AXZSH/active_plugins/ does not exist X-Git-Url: https://arthur.barton.de/gitweb/?p=ax-zsh.git;a=commitdiff_plain;h=2e6c1a7c3d962deef3487044c8729f22760c4c24 Don't error out when $AXZSH/active_plugins/ does not exist --- diff --git a/ax.zsh b/ax.zsh index 1648eb7..7755f7e 100644 --- a/ax.zsh +++ b/ax.zsh @@ -63,7 +63,7 @@ fi typeset -U plugin_list plugin_list=( "$AXZSH/core/"[0-5]* - "$AXZSH/active_plugins/"* + "$AXZSH/active_plugins/"*(N) "$AXZSH/core/"[6-9]* )