fix: incorrect cache path

master 0.1.2
George Rawlinson 2019-12-05 20:19:39 +13:00
parent 3dd89cd9bf
commit 7b205e5b2b
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@ zstyle ':completion:*' special-dirs true
# use caching so that commands like apt and dpkg complete are useable
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