mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-16 12:21:18 +02:00
7 lines
137 B
Text
7 lines
137 B
Text
#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`'
|