Use caching for zsh completion, (the cache location was previously invalid).

This commit is contained in:
Ivan Malison 2015-01-03 09:55:57 -08:00
parent f779848b49
commit 2ca6af9046

View File

@ -51,7 +51,7 @@ zstyle ':completion:*:hosts' hosts $hosts
# 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 $HOME/.zshcompcache
# Don't complete uninteresting users
zstyle ':completion:*:*:*:users' ignored-patterns \