blob: ef6aac355ac94da7cd647b6e79e3598a4b763b3a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#compdef prompt
_arguments -s \
'-l[list themes]:*:' \
'-c[show selected theme]:*:' \
"-h[help]::prompt theme:($prompt_themes):*:" \
"-p[preview theme(s)]:*:prompt theme:($prompt_themes)" \
"-s[set and save theme]:prompt theme:($prompt_themes):*:" \
":prompt theme:($prompt_themes)"
|