diff options
Diffstat (limited to 'etc/completions/_modprobe')
-rw-r--r-- | etc/completions/_modprobe | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/completions/_modprobe b/etc/completions/_modprobe index a09986c..0b81d68 100644 --- a/etc/completions/_modprobe +++ b/etc/completions/_modprobe @@ -1,7 +1,10 @@ #compdef modprobe ## completion for modprobe x.y, based on modprobe(1) ## Copyright (C) 2010 by Daniel Friesel <derf@chaosdorf.de> -## License: WTFPL <http://sam.zoy.org/wtfpl> +## License: WTFPL <http://sam.zoy.org/wtfpl>: +## 0. You just DO WHAT THE FUCK YOU WANT TO. +## +## http://derf.homelinux.org/git/zsh/plain/etc/completions/_modprobe typeset -a arguments typeset -A argument_pairs argument_postfix |