From 7e78f4d7eb935277815075023fd54966698ba9ad Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 1 Dec 1999 11:19:01 +0000 Subject: zsh-workers/8836 --- Completion/User/_prompt | 6 ++++-- 1 file 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)" -- cgit 1.4.1