]> arthur.barton.de Git - ax-zsh.git/blobdiff - core/50_axzsh/functions/_axzsh
axzshctl: Look for themes in the "custom_themes" folder, too
[ax-zsh.git] / core / 50_axzsh / functions / _axzsh
index 2f6ab781f6c4b375c8c1138958e7cd3f8833b58b..bd83bfa8b8a89175a4137340b899a953d1c38de2 100644 (file)
@@ -28,6 +28,7 @@ _axzshctl() {
                  "set-theme")
                        compadd "$@" -- "-" \
                                $(ls -1 "$AXZSH"/themes | cut -d'.' -f1) \
+                               $(ls -1 "$AXZSH"/custom_themes | cut -d'.' -f1) \
                                $(find "$AXZSH/custom_plugins" "$AXZSH/repos" -maxdepth 2 -iname '*.zsh-theme' -exec basename {} \; | cut -d'.' -f1)
                        ;;
                esac