]> arthur.barton.de Git - ax-zsh.git/commitdiff
Don't error out when $AXZSH/active_plugins/ does not exist
authorAlexander Barton <alex@barton.de>
Thu, 30 Jul 2015 14:37:09 +0000 (16:37 +0200)
committerAlexander Barton <alex@barton.de>
Thu, 30 Jul 2015 14:37:24 +0000 (16:37 +0200)
ax.zsh

diff --git a/ax.zsh b/ax.zsh
index 1648eb7b00f0d872c44bc3ec352174cbc2fb6d58..7755f7e1ae9f60aff433d4c69bd41310b11d8789 100644 (file)
--- 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]*
 )