From 2f46ccb1127ab4055820ed6810ea9ca57b63b3dd Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 4 Aug 2008 00:41:54 +0200 Subject: Added comment headers to some files --- etc/completions/_envstore | 3 +++ etc/completions/_initd | 4 ++++ etc/completions/_lighty-stats | 4 ++++ etc/completions/_pkg | 4 ++++ etc/rc | 4 ++++ 5 files changed, 19 insertions(+) (limited to 'etc') diff --git a/etc/completions/_envstore b/etc/completions/_envstore index 2f9c18d..470af49 100644 --- a/etc/completions/_envstore +++ b/etc/completions/_envstore @@ -1,5 +1,8 @@ #compdef envstore ## vim:ft=zsh +## envstore completion +## Daniel Friesel +## https://derf.homelinux.org/~derf/dotfiles/zsh/completions/_envstore local arguments_action arguments_save arguments_rm arguments_eval diff --git a/etc/completions/_initd b/etc/completions/_initd index d70ee43..6d870a5 100644 --- a/etc/completions/_initd +++ b/etc/completions/_initd @@ -1,5 +1,9 @@ #compdef Start Restart Stop Reload ## vim:ft=zsh +## Completion for /etc/init.d functions +## Daniel Friesel +## https://derf.homelinux.org/~derf/dotfiles/zsh/completions/_initd +## see also: https://derf.homelinux.org/~derf/dotfiles/zsh/function local arguments diff --git a/etc/completions/_lighty-stats b/etc/completions/_lighty-stats index b3f65b9..ec14ac1 100644 --- a/etc/completions/_lighty-stats +++ b/etc/completions/_lighty-stats @@ -1,5 +1,9 @@ #compdef lighty-stats ## vim:ft=zsh +## lighty-stats completion +## Daniel Friesel +## https://derf.homelinux.org/~derf/dotfiles/zsh/completions/_lighty-stats +## see also: https://derf.homelinux.org/~derf/code/lighty-stats local arguments diff --git a/etc/completions/_pkg b/etc/completions/_pkg index 7b9b406..acd79d4 100644 --- a/etc/completions/_pkg +++ b/etc/completions/_pkg @@ -1,5 +1,9 @@ #compdef pkg ## vim:ft=zsh +## pkg completion +## Daniel Friesel +## https://derf.homelinux.org/~derf/dotfiles/zsh/completions/_pkg +## see also: https://derf.homelinux.org/~derf/code/lighty-stats local arguments_action arguments_list arguments_listall local all installed diff --git a/etc/rc b/etc/rc index 57b627d..53e2514 100644 --- a/etc/rc +++ b/etc/rc @@ -1,4 +1,8 @@ ## vim:ft=zsh +## zshrc +## Daniel Friesel +## https://derf.homelinux.org/~derf/dotfiles/zsh/rc +## see also: https://derf.homelinux.org/~derf/dotfiles/zsh/ ## mostly internal stuff ZDIR=$HOME/packages/zsh/etc -- cgit v1.2.3