]> git.rmz.io Git - dotfiles.git/blobdiff - zsh/lib/completion.zsh
vim: add GoldenView bundle
[dotfiles.git] / zsh / lib / completion.zsh
index d81b6eb2c5e021276c6407b3932a187d694dc5f2..2acc0b071a1962e83ab95902e7ce95e59841bdbd 100644 (file)
@@ -42,7 +42,7 @@ zstyle ':completion:*:hosts' hosts $hosts
 
 # Use caching so that commands like apt and dpkg complete are useable
 zstyle ':completion::complete:*' use-cache 1
 
 # Use caching so that commands like apt and dpkg complete are useable
 zstyle ':completion::complete:*' use-cache 1
-zstyle ':completion::complete:*' cache-path $ZSH/cache/
+zstyle ':completion::complete:*' cache-path $ZSH_CACHE/complete
 
 # Don't complete uninteresting users
 zstyle ':completion:*:*:*:users' ignored-patterns \
 
 # Don't complete uninteresting users
 zstyle ':completion:*:*:*:users' ignored-patterns \