1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-08-22 06:31:02 +02:00

moved from Completion/User/_prompt

This commit is contained in:
Sven Wischnowsky 2001-04-02 11:34:45 +00:00
parent eb21770533
commit fae80e3dd6

View file

@ -0,0 +1,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)"