X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/d4d4aa99cf780f86aae1ba1b49067e4d3782b30e..77bc157163da3f5f9fd2c300733f505ffce8763c:/.zsh/zshrc/20_compsys diff --git a/.zsh/zshrc/20_compsys b/.zsh/zshrc/20_compsys index 76243ca..bb4c7c1 100644 --- a/.zsh/zshrc/20_compsys +++ b/.zsh/zshrc/20_compsys @@ -31,11 +31,11 @@ zmodload zsh/complist # initialise the completion system autoload -U compinit -compinit -d $VAR/zsh/comp-$HOST +compinit -d $ZVARDIR/comp-$HOST # cache results zstyle ':completion:*' use-cache on -zstyle ':completion:*' cache-path $ZVAR/compcache +zstyle ':completion:*' cache-path $ZVARDIR/compcache #zstyle ':completion:*' completer _list _expand _complete _ignored _match _correct _approximate _prefix zstyle ':completion:*' completer _complete _ignored _match _approximate