diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-10-04 22:57:19 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-10-04 22:57:19 +0000 |
commit | d3170c8ee6eb6aa6050d6531536e5e9fba278b57 (patch) | |
tree | 4be666df9d3dcce75a68560c44f40b6efe79c24d /Completion | |
parent | 298c35419d8da664ba22f9daa26758798da390d4 (diff) | |
download | zsh-d3170c8ee6eb6aa6050d6531536e5e9fba278b57.tar.gz zsh-d3170c8ee6eb6aa6050d6531536e5e9fba278b57.tar.xz zsh-d3170c8ee6eb6aa6050d6531536e5e9fba278b57.zip |
Initial revision
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/User/_prompt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Completion/User/_prompt b/Completion/User/_prompt new file mode 100644 index 000000000..a569977aa --- /dev/null +++ b/Completion/User/_prompt @@ -0,0 +1,7 @@ +#compdef prompt + +_arguments -s \ + '-l[list themes]:*:' \ + "-h[help]::prompt theme:($prompt_themes):*:" \ + "-p[preview theme(s)]:*:prompt theme:($prompt_themes):*:" \ + {-s'[set and save theme]','*'}":prompt themes:($prompt_themes):*:" |