diff options
-rw-r--r-- | etc/completion | 2 | ||||
-rw-r--r-- | etc/modules | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/etc/completion b/etc/completion index ded9f55..1b9e53d 100644 --- a/etc/completion +++ b/etc/completion @@ -11,3 +11,5 @@ zstyle ':completion:*' menu select=1 zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z} m:_=\\\ ' '' _hosts() { compadd derf.homelinux.org kraftwerk saviour kappa nemesis aneurysm;} + +compinit -C -d var/cache/zsh/compdump diff --git a/etc/modules b/etc/modules index b4f0f6b..12e464e 100644 --- a/etc/modules +++ b/etc/modules @@ -2,5 +2,4 @@ autoload -U compinit autoload colors autoload zargs -compinit -C -d var/cache/zsh/compdump colors |