From 1ea238e2764962fd4cdd3a149f1d45a2cfd0e576 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Sat, 1 Sep 2012 17:58:15 -0400 Subject: [PATCH] [Fix #256] Rename .zcache to .zcompcache --- modules/completion/init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/completion/init.zsh b/modules/completion/init.zsh index ab375d4c..230dcd35 100644 --- a/modules/completion/init.zsh +++ b/modules/completion/init.zsh @@ -39,7 +39,7 @@ WORDCHARS='*?_-.[]~&;!#$%^(){}<>' # Use caching to make completion for cammands such as dpkg and apt usable. zstyle ':completion::complete:*' use-cache on -zstyle ':completion::complete:*' cache-path "$HOME/.zcache" +zstyle ':completion::complete:*' cache-path "$HOME/.zcompcache" # Case-insensitive (all), partial-word, and then substring completion. if zstyle -t ':omz:module:completion:*' case-sensitive; then