From ce4afcfa0417dda4c72edc3a06e8df2b96a61bbf Mon Sep 17 00:00:00 2001 From: Gernot Poetsch Date: Thu, 6 Oct 2011 11:31:13 +0200 Subject: [PATCH] Disabling auto-update --- templates/zshrc.zsh-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 1ab40aba6..cb3211a8d 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -11,7 +11,7 @@ ZSH_THEME="robbyrussell" # CASE_SENSITIVE="true" # Comment this out to disable weekly auto-update checks -# DISABLE_AUTO_UPDATE="true" +DISABLE_AUTO_UPDATE="true" # Uncomment following line if you want to disable colors in ls # DISABLE_LS_COLORS="true"