about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-12-01 11:19:01 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-12-01 11:19:01 +0000
commit7e78f4d7eb935277815075023fd54966698ba9ad (patch)
tree658e11648082ed58eb732e37bb4766910d12b1c4
parenta1802df1e70e4fc18a156e0ff576656aa7da6299 (diff)
downloadzsh-7e78f4d7eb935277815075023fd54966698ba9ad.tar.gz
zsh-7e78f4d7eb935277815075023fd54966698ba9ad.tar.xz
zsh-7e78f4d7eb935277815075023fd54966698ba9ad.zip
zsh-workers/8836
-rw-r--r--Completion/User/_prompt6
1 files changed, 4 insertions, 2 deletions
diff --git a/Completion/User/_prompt b/Completion/User/_prompt
index a569977aa..ef6aac355 100644
--- a/Completion/User/_prompt
+++ b/Completion/User/_prompt
@@ -2,6 +2,8 @@
 
 _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 themes:($prompt_themes):*:"
+  "-p[preview theme(s)]:*:prompt theme:($prompt_themes)" \
+  "-s[set and save theme]:prompt theme:($prompt_themes):*:" \
+  ":prompt theme:($prompt_themes)"