mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-30 19:20:53 +02:00
6 lines
108 B
Text
6 lines
108 B
Text
#compdef killall
|
|
|
|
if compset -P 1 -; then
|
|
_description expl signal
|
|
compadd "$expl[@]" $signals[1,-3]
|
|
fi
|