about summary refs log tree commit diff
path: root/Completion/Zsh/Command/_wait
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Zsh/Command/_wait')
-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'