summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/completion4
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}