X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ax-zsh.git;a=blobdiff_plain;f=core%2F50_axzsh%2Ffunctions%2F_axzsh;h=bd83bfa8b8a89175a4137340b899a953d1c38de2;hp=2f6ab781f6c4b375c8c1138958e7cd3f8833b58b;hb=1b3bf551cb606722ebd80a8693e377d4caaf2107;hpb=fd02a9f8b1fe0d291dd0c09aa32e8dc197c3fd29 diff --git a/core/50_axzsh/functions/_axzsh b/core/50_axzsh/functions/_axzsh index 2f6ab78..bd83bfa 100644 --- a/core/50_axzsh/functions/_axzsh +++ b/core/50_axzsh/functions/_axzsh @@ -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