X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/40b63e708819d7e898b31d832b3522472044c5df..0a03dffac6c1304d4bf57f54bbd0c36ea1e337c8:/.zsh/zshrc/20_compsys diff --git a/.zsh/zshrc/20_compsys b/.zsh/zshrc/20_compsys index 9df7b29..7abec12 100644 --- a/.zsh/zshrc/20_compsys +++ b/.zsh/zshrc/20_compsys @@ -1,4 +1,4 @@ -# zshrc/90_compctl +# zshrc/20_compctl # # Configures the completions system # @@ -31,7 +31,7 @@ zmodload zsh/complist # initialise the completion system autoload -U compinit -compinit -d $VAR/zsh/compdump +compinit -d $VAR/zsh/comp-$HOST # cache results zstyle ':completion:*' use-cache on