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:
parent
eb21770533
commit
fae80e3dd6
1 changed files with 9 additions and 0 deletions
9
Completion/Zsh/Command/_prompt
Normal file
9
Completion/Zsh/Command/_prompt
Normal 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)"
|
Loading…
Reference in a new issue