summary refs log tree commit diff stats
path: root/tag-zsh
diff options
context:
space:
mode:
authorAlan Pearce2014-04-13 09:28:28 +0100
committerAlan Pearce2014-04-13 09:28:28 +0100
commitbeee827fe22e139b7ce0df571483cbac4000d06a (patch)
treedab56ca11fbdff09903b0d80c1c65d5d14f6a7eb /tag-zsh
parent92192895ef1305f17cfd8206539f3662b4340944 (diff)
downloaddotfiles-beee827fe22e139b7ce0df571483cbac4000d06a.tar.lz
dotfiles-beee827fe22e139b7ce0df571483cbac4000d06a.tar.zst
dotfiles-beee827fe22e139b7ce0df571483cbac4000d06a.zip
zsh: Change cache directory for zcompdump
Diffstat (limited to 'tag-zsh')
-rwxr-xr-xtag-zsh/config/zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index 97d31be..25bc5af 100755
--- a/tag-zsh/config/zsh/zshrc
+++ b/tag-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'