From fae80e3dd60b8bcccf1cb9150de1f9e5ec3360cd Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Mon, 2 Apr 2001 11:34:45 +0000 Subject: moved from Completion/User/_prompt --- Completion/Zsh/Command/_prompt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Completion/Zsh/Command/_prompt (limited to 'Completion/Zsh') diff --git a/Completion/Zsh/Command/_prompt b/Completion/Zsh/Command/_prompt new file mode 100644 index 000000000..ef6aac355 --- /dev/null +++ b/Completion/Zsh/Command/_prompt @@ -0,0 +1,9 @@ +#compdef prompt + +_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 theme:($prompt_themes):*:" \ + ":prompt theme:($prompt_themes)" -- cgit 1.4.1