aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2011-12-05 15:36:30 +0500
committerAnton Bobov <abobov@gmail.com>2011-12-05 15:36:30 +0500
commita230d7108c55532269eb336b3f3cb6479e0b66ac (patch)
tree0ed04da4b24c4f58420c6363a3178ccde7950bc7
parenta8625a6368a542d020221f201dc63eb8284e5594 (diff)
ZSH config: remove cache from zshrc
-rw-r--r--files/.zsh/zshrc6
1 files changed, 3 insertions, 3 deletions
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"