]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zshrc/20_compsys
fix up rdir names
[zsh.git] / .zsh / zshrc / 20_compsys
index 76243ca71284445bf47ced6f37accf1f2c74f524..bb4c7c11e5be917291b0403cf2c5d437cd556005 100644 (file)
@@ -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