From 06a973b4ee738238c44b826b6616056eb64ebd4e Mon Sep 17 00:00:00 2001 From: Brian Guthrie Date: Sat, 24 Dec 2011 17:21:08 +1100 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 cfdf09e67..0ec332dd6 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -11,7 +11,7 @@ ZSH_THEME="bguthrie" # 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"