1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-17 22:31:12 +01:00
zsh/Completion/Builtins/_wait

4 lines
66 B
Text
Raw Normal View History

1999-04-15 20:25:40 +02:00
#compdef wait
1999-04-15 20:17:36 +02:00
1999-12-15 18:35:20 +01:00
_alternative 'processes:: _pids' 'jobs:: _jobs -t'