]> arthur.barton.de Git - ax-zsh.git/commitdiff
axzshctl set-theme completion: Look for all types in custom_themes/ and rpositories
authorAlexander Barton <alex@barton.de>
Sat, 26 Dec 2020 18:38:32 +0000 (19:38 +0100)
committerAlexander Barton <alex@barton.de>
Sat, 26 Dec 2020 18:38:32 +0000 (19:38 +0100)
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