diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-21 10:07:07 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-21 10:07:07 +0100 |
commit | 8ac8a298687b09a4e8898f3624105a09efdb2b87 (patch) | |
tree | 12a7bfec8c422f7f8fbfd25aa1afd5dfd7524eae /etc/completion | |
parent | 64d57d6397a488b11d448e437a8661194a9d7d43 (diff) |
Don't rely on my usual home structure too much
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 |