diff options
Diffstat (limited to 'Completion/User')
-rw-r--r-- | Completion/User/_prompt | 6 |
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)" |