]> arthur.barton.de Git - ax-zsh.git/blobdiff - core/50_axzsh/functions/_axzsh
axzshctl set-theme completion: Look for all types in custom_themes/ and rpositories
[ax-zsh.git] / core / 50_axzsh / functions / _axzsh
index 3c3d0c56260d795c5b4488ea64ede758843b0820..ea32b58ab9cf3c8ddb4f411d7797336f11235d28 100644 (file)
@@ -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