1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-20 14:04:03 +01:00
zsh/Completion/Zsh/Command/_prompt

10 lines
296 B
Plaintext
Raw Normal View History

2001-04-02 13:34:45 +02:00
#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)"