X-Git-Url: https://arthur.barton.de/gitweb/?p=ax-zsh.git;a=blobdiff_plain;f=ax.zsh;h=6915c467e8803c3b3b6d25d95d44962260234870;hp=0071767967b2a04e6a8f363b2c1d437cb48e7468;hb=15f0cf1b5813fb6b9159d71edcfcba952d57eecb;hpb=e020d04446663ccc74dea91330a11136d7cc8298 diff --git a/ax.zsh b/ax.zsh index 0071767..6915c46 100644 --- a/ax.zsh +++ b/ax.zsh @@ -49,6 +49,9 @@ function axzsh_load_plugin { # Prezto module type="init.zsh" fname="$dname/init.zsh" + elif [[ -r "$dname/$plugin.zsh-theme" ]]; then + # ZSH "theme plugin", ignore here! + : else echo "AX-ZSH plugin type of \"$plugin\" unknown, skipped!" >&2 return 0