about summary refs log tree commit diff
path: root/Completion/User/_killall
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-10-14 18:09:49 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-10-14 18:09:49 +0000
commit21f1781275643b15115164c3e32a82f0c04f2414 (patch)
treef73959f856c0c2bee77ecea1fcec7f1788182c48 /Completion/User/_killall
parent9597b7505ab1cf64c246b4a32e14b0602c36b1b2 (diff)
downloadzsh-21f1781275643b15115164c3e32a82f0c04f2414.tar.gz
zsh-21f1781275643b15115164c3e32a82f0c04f2414.tar.xz
zsh-21f1781275643b15115164c3e32a82f0c04f2414.zip
zsh-workers/8262
Diffstat (limited to 'Completion/User/_killall')
-rw-r--r--Completion/User/_killall6
1 files changed, 6 insertions, 0 deletions
diff --git a/Completion/User/_killall b/Completion/User/_killall
new file mode 100644
index 000000000..5df1acbb9
--- /dev/null
+++ b/Completion/User/_killall
@@ -0,0 +1,6 @@
+#compdef killall
+
+if compset -P 1 -; then
+  _description expl signal
+  compadd "$expl[@]" $signals[1,-3]
+fi