From: Alexander Barton Date: Sat, 26 Dec 2020 18:38:32 +0000 (+0100) Subject: axzshctl set-theme completion: Look for all types in custom_themes/ and rpositories X-Git-Url: https://arthur.barton.de/gitweb/?p=ax-zsh.git;a=commitdiff_plain;h=5ec0aadbdfff711ea720f971683f9b2e26344d31 axzshctl set-theme completion: Look for all types in custom_themes/ and rpositories --- diff --git a/core/50_axzsh/functions/_axzsh b/core/50_axzsh/functions/_axzsh index 3c3d0c5..ea32b58 100644 --- a/core/50_axzsh/functions/_axzsh +++ b/core/50_axzsh/functions/_axzsh @@ -30,6 +30,8 @@ _axzshctl() { compadd "$@" -- "-" \ "$AXZSH"/themes/*.axzshtheme(:r:t) \ "$AXZSH"/custom_themes/*.axzshtheme(N:r:t) \ + "$AXZSH"/custom_themes/*.zsh-theme(N:r:t) \ + "$AXZSH"/repos/*/*.axzshtheme(N:r:t) \ "$AXZSH"/repos/*/*.zsh-theme(N:r:t) ;; esac