diff options
| author | Anton Bobov <abobov@gmail.com> | 2011-12-05 15:36:30 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2011-12-05 15:36:30 +0500 |
| commit | a230d7108c55532269eb336b3f3cb6479e0b66ac (patch) | |
| tree | 0ed04da4b24c4f58420c6363a3178ccde7950bc7 | |
| parent | a8625a6368a542d020221f201dc63eb8284e5594 (diff) | |
ZSH config: remove cache from zshrc
| -rw-r--r-- | files/.zsh/zshrc | 6 |
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" |
