diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:34:37 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:34:37 +0000 |
commit | eb217705331bfb7b1ce88766f4b7d7f861262481 (patch) | |
tree | 6b923153e7ff4b3a35d9cefc9abf98637057a41c /Completion/User | |
parent | d529f9905fd9017382a92438d3ceb2f2509b4ac1 (diff) | |
download | zsh-eb217705331bfb7b1ce88766f4b7d7f861262481.tar.gz zsh-eb217705331bfb7b1ce88766f4b7d7f861262481.tar.xz zsh-eb217705331bfb7b1ce88766f4b7d7f861262481.zip |
moved to Completion/Zsh/Command/_prompt
Diffstat (limited to 'Completion/User')
-rw-r--r-- | Completion/User/_prompt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Completion/User/_prompt b/Completion/User/_prompt deleted file mode 100644 index a569977aa..000000000 --- a/Completion/User/_prompt +++ /dev/null @@ -1,7 +0,0 @@ -#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):*:" |