1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-17 10:20:55 +01:00
zsh/Completion/User/_prompt
1999-12-01 11:19:01 +00:00

9 lines
296 B
Text

#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)"