From f40bb21e4b8bc4c196bd319b14fa76468ef010c1 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 3 Aug 2008 19:57:54 +0200 Subject: Moved compinit from etc/modules to etc/completion so it is called after setting fpath --- etc/completion | 2 ++ etc/modules | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'etc') 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 -- cgit v1.2.3