zsh: completion: make cache options more generic

This commit is contained in:
Thomas Preisner 2017-07-13 20:19:25 +02:00
parent d900f34617
commit 1ef55abf90

View file

@ -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 ''