diff options
| -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" |
