diff options
-rw-r--r-- | etc/completions/_envstore | 3 | ||||
-rw-r--r-- | etc/completions/_initd | 4 | ||||
-rw-r--r-- | etc/completions/_lighty-stats | 4 | ||||
-rw-r--r-- | etc/completions/_pkg | 4 | ||||
-rw-r--r-- | etc/rc | 4 |
5 files changed, 19 insertions, 0 deletions
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 <derf@derf.homelinux.org> +## 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 <derf@derf.homelinux.org> +## 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 <derf@derf.homelinux.org> +## 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 <derf@derf.homelinux.org> +## 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 @@ -1,4 +1,8 @@ ## vim:ft=zsh +## zshrc +## Daniel Friesel <derf@derf.homelinux.org> +## 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 |