1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 21:44:11 +01:00

moved to Completion/Zsh/Command/_wait

This commit is contained in:
Sven Wischnowsky 2001-04-02 11:32:05 +00:00
parent 1a83c6a856
commit 9b750a029d

@ -1,7 +0,0 @@
#defcomp wait
local list
complist -P '%' -j
list=("$(ps 2>/dev/null)")
complist -y '$list' -s '`ps 2>/dev/null | tail +2 | cut -c1-5`'