mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 04:12:06 +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
|