diff options
Diffstat (limited to 'etc/completion')
-rw-r--r-- | etc/completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/completion b/etc/completion index 46d9d6e..a96412e 100644 --- a/etc/completion +++ b/etc/completion @@ -2,7 +2,7 @@ zrc_status completion zstyle :compinstall filename ~/.zshrc -zstyle ':completion:*' cache-path ~/var/cache/zsh +zstyle ':completion:*' cache-path $ZCACHEDIR zstyle ':completion:*' use-cache true # Use ls-colors for file completion |