zsh: move completion cache in $XDG_CACHE_HOME
parent
58081d4107
commit
d2fe83051e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue