zsh: completion: make cache options more generic
This commit is contained in:
parent
d900f34617
commit
1ef55abf90
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,8 @@ unsetopt menu_complete
|
||||||
|
|
||||||
# ===== completion options
|
# ===== completion options
|
||||||
# Enable completion caching, use rehash to clear
|
# Enable completion caching, use rehash to clear
|
||||||
zstyle ':completion::complete:*' use-cache on
|
zstyle ':completion:*' use-cache on
|
||||||
zstyle ':completion::complete:*' cache-path ~/.zsh/cache/$HOST
|
zstyle ':completion:*' cache-path ~/.zsh/cache
|
||||||
|
|
||||||
# Fallback to built in ls colors
|
# Fallback to built in ls colors
|
||||||
#zstyle ':completion:*' list-colors ''
|
#zstyle ':completion:*' list-colors ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue