From d2fe83051e02d012512fd08ff519108816f168ad Mon Sep 17 00:00:00 2001 From: Guillaume Dott Date: Mon, 15 Apr 2019 13:58:09 +0200 Subject: [PATCH] zsh: move completion cache in $XDG_CACHE_HOME --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 0b30eab..85c2ed2 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -25,7 +25,7 @@ zstyle ':completion:*:functions' ignored-patterns '_*' # Use a cache for slow functions (_dpkg, _apt, ...) zstyle ':completion:*' use-cache on -zstyle ':completion:*' cache-path ~/.zsh/cache +zstyle ':completion:*' cache-path $XDG_CACHE_HOME/zsh # Ignore filenames already on the command line zstyle ':completion:*:rm:*' ignore-line yes