Use caching for zsh completion, (the cache location was previously invalid).
This commit is contained in:
parent
f779848b49
commit
2ca6af9046
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user