diff --git a/source/completions.zsh b/source/completions.zsh index cd584ef..c0ad48c 100644 --- a/source/completions.zsh +++ b/source/completions.zsh @@ -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