From 044bbc86146b2a171c2329c5243d30fd1708ddbc Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 13 Sep 2008 17:19:00 +0200 Subject: etc/completion: Enable caching --- etc/completion | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/completion b/etc/completion index ed906be..6f47a36 100644 --- a/etc/completion +++ b/etc/completion @@ -1,6 +1,8 @@ ## vim:ft=zsh -zstyle :compinstall filename "$HOME/.zshrc" +zstyle :compinstall filename ~/.zshrc +zstyle ':completion:*' cache-path ~/var/cache/zsh +zstyle ':completion:*' use-cache true ls-colors: zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS} -- cgit v1.2.3