diff options
Diffstat (limited to 'etc/completions/_pkill')
-rw-r--r-- | etc/completions/_pkill | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/completions/_pkill b/etc/completions/_pkill index a93173a..35f5082 100644 --- a/etc/completions/_pkill +++ b/etc/completions/_pkill @@ -1,6 +1,8 @@ #compdef pkill pgrep -## completion for pkill -## Written 2008 by Daniel Friesel <derf@derf.homelinux.org> +## completion for pkill and pgrep +## Copyright (C) 2008 by Daniel Friesel <derf@derf.homelinux.org> +## License: WTFPL <http://sam.zoy.org/wtfpl> + ## Not finished ## * Some options lack completion / their completion is inspecific |