zsh: move completion cache in $XDG_CACHE_HOME

master
Guillaume Dott 2019-04-15 13:58:09 +02:00
parent 58081d4107
commit d2fe83051e
1 changed files with 1 additions and 1 deletions

View File

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