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