diff options
-rw-r--r-- | Completion/Zsh/Command/_wait | 3 |
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' |