From a230d7108c55532269eb336b3f3cb6479e0b66ac Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Mon, 5 Dec 2011 15:36:30 +0500 Subject: ZSH config: remove cache from zshrc --- files/.zsh/zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files') diff --git a/files/.zsh/zshrc b/files/.zsh/zshrc index 430d23e..923df6e 100644 --- a/files/.zsh/zshrc +++ b/files/.zsh/zshrc @@ -2,10 +2,10 @@ autoload -U compinit zrecompile -zsh_cache=$HOME/.zsh/cache -mkdir -p "$zsh_cache" +#zsh_cache=$HOME/.zsh/cache +#mkdir -p "$zsh_cache" -compinit -d "$zsh_cache/zcomp" +#compinit -d "$zsh_cache/zcomp" for zshrc_snippet in "$HOME/.zsh/rc/S"[0-9][0-9]* ; do source "$zshrc_snippet" -- cgit v1.2.3