diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-09-13 17:19:00 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-09-13 17:19:00 +0200 |
commit | 044bbc86146b2a171c2329c5243d30fd1708ddbc (patch) | |
tree | a7efeddb0d9d8c5cd89e5f6593dc79093bb606b8 | |
parent | 0785eda2d3691b76477be5db6a497dce14df89a3 (diff) |
etc/completion: Enable caching
-rw-r--r-- | etc/completion | 4 |
1 files changed, 3 insertions, 1 deletions
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} |