fix: incorrect cache path
This commit is contained in:
parent
3dd89cd9bf
commit
7b205e5b2b
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@ zstyle ':completion:*' special-dirs true
|
||||||
|
|
||||||
# use caching so that commands like apt and dpkg complete are useable
|
# use caching so that commands like apt and dpkg complete are useable
|
||||||
zstyle ':completion::complete:*' use-cache 1
|
zstyle ':completion::complete:*' use-cache 1
|
||||||
zstyle ':completion::complete:*' cache-path "{$ZCACHEDIR}"
|
zstyle ':completion::complete:*' cache-path "${ZCACHEDIR}"
|
||||||
|
|
||||||
# vim: ft=zsh expandtab tabstop=2 shiftwidth=2
|
# vim: ft=zsh expandtab tabstop=2 shiftwidth=2
|
||||||
|
|
Loading…
Reference in a new issue