all repos — nixfiles @ beee827fe22e139b7ce0df571483cbac4000d06a

System and user configuration, managed by nix and home-manager

zsh: Change cache directory for zcompdump
Alan Pearce alan@alanpearce.co.uk
Sun, 13 Apr 2014 09:28:28 +0100
commit

beee827fe22e139b7ce0df571483cbac4000d06a

parent

92192895ef1305f17cfd8206539f3662b4340944

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tag-zsh/config/zsh/zshrctag-zsh/config/zsh/zshrc
@@ -60,7 +60,7 @@ autoload insert-files zle -N insert-files
 zmodload -i zsh/complist
 colors
-compinit -u -d .zsh/cache/compdump
+compinit -u -d .cache/zsh/compdump
 bashcompinit
 
 zstyle :compinstall filename '~/.zshrc'