mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-10 09:21:12 +01: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
|