diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-09-29 09:56:09 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-09-29 09:56:09 +0200 |
commit | 8733aa65f492b48bfe81d08f6e1e4978e892c8f6 (patch) | |
tree | f9dcd23487d920353b73582b508572b7f74c1569 | |
parent | fea6db5c95334a85a7f94d2172240fe3f804f16c (diff) |
pkill completion: Added signals
-rw-r--r-- | etc/completions/_pkill | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/completions/_pkill b/etc/completions/_pkill index ec6cb06..46f5939 100644 --- a/etc/completions/_pkill +++ b/etc/completions/_pkill @@ -45,3 +45,4 @@ function _named_process { } _arguments -s $arguments +_signals -p |