From 2e6c1a7c3d962deef3487044c8729f22760c4c24 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Thu, 30 Jul 2015 16:37:09 +0200 Subject: [PATCH] Don't error out when $AXZSH/active_plugins/ does not exist --- ax.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]* ) -- 2.39.2