about summary refs log tree commit diff
path: root/Completion/Zsh
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:32:13 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:32:13 +0000
commit709a6369a2e52600160edf453306157ac1517325 (patch)
tree0083859eaf6f80c6fb1120eefdb927a241e82b5a /Completion/Zsh
parent9b750a029dde00b58611e7eb3553108a8b00d69e (diff)
downloadzsh-709a6369a2e52600160edf453306157ac1517325.tar.gz
zsh-709a6369a2e52600160edf453306157ac1517325.tar.xz
zsh-709a6369a2e52600160edf453306157ac1517325.zip
moved from Completion/Builtins/_wait
Diffstat (limited to 'Completion/Zsh')
-rw-r--r--Completion/Zsh/Command/_wait3
1 files changed, 3 insertions, 0 deletions
diff --git a/Completion/Zsh/Command/_wait b/Completion/Zsh/Command/_wait
new file mode 100644
index 000000000..c007cab90
--- /dev/null
+++ b/Completion/Zsh/Command/_wait
@@ -0,0 +1,3 @@
+#compdef wait
+
+_alternative 'processes:: _pids' 'jobs:: _jobs -t'