1 2 3 4 5 6
#compdef killall if compset -P 1 -; then _description expl signal compadd "$expl[@]" $signals[1,-3] fi