mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-08 08:40:57 +01:00
4 lines
103 B
Text
4 lines
103 B
Text
#defcomp wait
|
|
|
|
complist -P '%' -j
|
|
complist -y _kill_helper -s '`ps 2>/dev/null | tail +2 | cut -c1-5`'
|