1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-20 14:04:03 +01:00
zsh/Completion/User/_killall

7 lines
108 B
Plaintext
Raw Normal View History

1999-10-14 20:09:52 +02:00
#compdef killall
if compset -P 1 -; then
_description expl signal
compadd "$expl[@]" $signals[1,-3]
fi