blob: a569977aa470d351620c92b0791c8f35b139f889 (
plain) (
blame)
1
2
3
4
5
6
7
|
#compdef prompt
_arguments -s \
'-l[list themes]:*:' \
"-h[help]::prompt theme:($prompt_themes):*:" \
"-p[preview theme(s)]:*:prompt theme:($prompt_themes):*:" \
{-s'[set and save theme]','*'}":prompt themes:($prompt_themes):*:"
|