From 12b359048691d15faad65c09f6686b51bc9c4b78 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 7 Jul 2010 12:26:33 +0200 Subject: Update some file headers --- etc/.zshrc | 4 ++-- etc/completions/_fbi | 6 +++++- etc/completions/_fbsetbg | 5 ++++- etc/completions/_fbsetroot | 7 +++++-- etc/completions/_fdupes | 5 ++++- etc/completions/_feh | 5 ++++- etc/completions/_iwlist | 5 ++++- etc/completions/_modprobe | 5 ++++- etc/completions/_pkill | 5 ++++- etc/completions/_toshset | 5 ++++- etc/completions/_youtube-dl | 5 ++++- 11 files changed, 44 insertions(+), 13 deletions(-) diff --git a/etc/.zshrc b/etc/.zshrc index d769f01..e3e0181 100644 --- a/etc/.zshrc +++ b/etc/.zshrc @@ -3,8 +3,8 @@ ## Licence: ## 0. You just DO WHAT THE FUCK YOU WANT TO. ## -## https://derf.homelinux.org/dotfiles/zsh/rc -## see also: https://derf.homelinux.org/dotfiles/zsh/ +## http://derf.homelinux.org/git/zsh/plain/etc/.zshrc +## see also: http://derf.homelinux.org/git/zsh/tree/etc # {{{ OS Detection diff --git a/etc/completions/_fbi b/etc/completions/_fbi index 7b0c675..8f07bd7 100644 --- a/etc/completions/_fbi +++ b/etc/completions/_fbi @@ -1,7 +1,11 @@ #compdef fbi ## completion for fbi 2.07-1, based on fbi -h ## Copyright (C) 2008 by Daniel Friesel -## License: WTFPL +## License: WTFPL : +## 0. You just DO WHAT THE FUCK YOU WANT TO. +## +## http://derf.homelinux.org/git/zsh/plain/etc/completions/_fbi + typeset -a arguments diff --git a/etc/completions/_fbsetbg b/etc/completions/_fbsetbg index 254e81f..ba17cc9 100644 --- a/etc/completions/_fbsetbg +++ b/etc/completions/_fbsetbg @@ -1,7 +1,10 @@ #compdef fbsetbg ## completion for fbsetbg (fluxbox 1.0.0+deb1-9), based on fbsetbg(1) ## Daniel Friesel -## https://derf.homelinux.org/~derf/dotfiles/completion/_fbsetbg +## License: WTFPL : +## 0. You just DO WHAT THE FUCK YOU WANT TO. +## +## http://derf.homelinux.org/git/zsh/plain/etc/completions/_fbsetbg local -a arguments local -A file_arguments diff --git a/etc/completions/_fbsetroot b/etc/completions/_fbsetroot index ddbc819..68a3906 100644 --- a/etc/completions/_fbsetroot +++ b/etc/completions/_fbsetroot @@ -1,9 +1,12 @@ #compdef fbsetroot ## completion for fbsetroot (fluxbox 1.0.0+deb1-9), based on fbsetroot(1) ## Daniel Friesel -## https://derf.homelinux.org/~derf/dotfiles/completion/_fbsetroot +## License: WTFPL : +## 0. You just DO WHAT THE FUCK YOU WANT TO. +## +## http://derf.homelinux.org/git/zsh/plain/etc/completions/_fbsetroot -local arguments +local arguments local texturestrings colors texturestrings=( diff --git a/etc/completions/_fdupes b/etc/completions/_fdupes index c3b0f8b..201dae5 100644 --- a/etc/completions/_fdupes +++ b/etc/completions/_fdupes @@ -1,7 +1,10 @@ #compdef fdupes ## completion for fdupes v1.50-RP2, based on fdupes(1) ## Copyright © 2010 by Daniel Friesel -## License: WTFPL +## License: WTFPL : +## 0. You just DO WHAT THE FUCK YOU WANT TO. +## +## http://derf.homelinux.org/git/zsh/plain/etc/completions/_fdupes typeset -a arguments typeset -A argument_pairs argument_postfix diff --git a/etc/completions/_feh b/etc/completions/_feh index 422b740..99f9fc7 100644 --- a/etc/completions/_feh +++ b/etc/completions/_feh @@ -1,7 +1,10 @@ #compdef feh ## completion for feh 1.8, based on feh(1) ## Copyright (C) 2008-2010 by Daniel Friesel -## License: WTFPL +## License: WTFPL : +## 0. You just DO WHAT THE FUCK YOU WANT TO. +## +## http://derf.homelinux.org/git/zsh/plain/etc/completions/_feh typeset -a arguments typeset -A argument_pairs argument_postfix diff --git a/etc/completions/_iwlist b/etc/completions/_iwlist index 6ca0846..eb185b8 100644 --- a/etc/completions/_iwlist +++ b/etc/completions/_iwlist @@ -1,7 +1,10 @@ #compdef iwlist ## iwlist completion as requested by mxey ## Copyright (C) 2008 by Daniel Friesel -## License: WTFPL +## License: WTFPL : +## 0. You just DO WHAT THE FUCK YOU WANT TO. +## +## http://derf.homelinux.org/git/zsh/plain/etc/completions/_iwlist function _iwlist_options () { typeset -a options 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 -## License: WTFPL +## License: 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 diff --git a/etc/completions/_pkill b/etc/completions/_pkill index 8f92fdc..6f6cb3b 100644 --- a/etc/completions/_pkill +++ b/etc/completions/_pkill @@ -1,7 +1,10 @@ #compdef pkill pgrep ## completion for pkill and pgrep ## Copyright (C) 2008 by Daniel Friesel -## License: WTFPL +## License: WTFPL : +## 0. You just DO WHAT THE FUCK YOU WANT TO. +## +## http://derf.homelinux.org/git/zsh/plain/etc/completions/_pkill ## Not finished diff --git a/etc/completions/_toshset b/etc/completions/_toshset index c23d76c..e40f21a 100644 --- a/etc/completions/_toshset +++ b/etc/completions/_toshset @@ -2,7 +2,10 @@ ## vim:ft=zsh ## completion for toshset 1.73-2, based toshset(1) and a Toshiba Satellite 2670 ## Copyright (C) 2008 by Daniel Friesel -## License: WTFPL +## License: WTFPL : +## 0. You just DO WHAT THE FUCK YOU WANT TO. +## +## http://derf.homelinux.org/git/zsh/plain/etc/completions/_toshset local arguments diff --git a/etc/completions/_youtube-dl b/etc/completions/_youtube-dl index 98fa6e3..a9c2cbb 100644 --- a/etc/completions/_youtube-dl +++ b/etc/completions/_youtube-dl @@ -1,7 +1,10 @@ #compdef youtube-dl ## completion for youtube-dl v2010.04.04, based on youtube-dl(1) ## Copyright © 2010 by Daniel Friesel -## License: WTFPL +## License: WTFPL : +## 0. You just DO WHAT THE FUCK YOU WANT TO. +## +## http://derf.homelinux.org/git/zsh/plain/etc/completions/_youtube-dl typeset -a arguments typeset -A argument_pairs argument_postfix -- cgit v1.2.3