diff options
author | Alan Pearce | 2014-04-13 09:28:28 +0100 |
---|---|---|
committer | Alan Pearce | 2014-04-13 09:28:28 +0100 |
commit | beee827fe22e139b7ce0df571483cbac4000d06a (patch) | |
tree | dab56ca11fbdff09903b0d80c1c65d5d14f6a7eb /tag-zsh/config | |
parent | 92192895ef1305f17cfd8206539f3662b4340944 (diff) | |
download | dotfiles-beee827fe22e139b7ce0df571483cbac4000d06a.tar.lz dotfiles-beee827fe22e139b7ce0df571483cbac4000d06a.tar.zst dotfiles-beee827fe22e139b7ce0df571483cbac4000d06a.zip |
zsh: Change cache directory for zcompdump
Diffstat (limited to 'tag-zsh/config')
-rwxr-xr-x | tag-zsh/config/zsh/zshrc | 2 |
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' |