mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-20 05:53:52 +01:00
moved to Completion/Zsh/Command/_kill
This commit is contained in:
parent
39ee4570ab
commit
3babe8ef71
@ -1,11 +0,0 @@
|
||||
#defcomp kill
|
||||
|
||||
local list
|
||||
|
||||
if [[ -iprefix '-' ]]; then
|
||||
complist -k "($signals[1,-3])"
|
||||
else
|
||||
complist -P '%' -j
|
||||
list=("$(ps 2>/dev/null)")
|
||||
complist -y '$list' -s '`ps 2>/dev/null | tail +2 | cut -c1-5`'
|
||||
fi
|
Loading…
Reference in New Issue
Block a user