From 4a9d949b6b1108f3fa76ac39406754d9f21fd665 Mon Sep 17 00:00:00 2001 From: Steven Lu Date: Fri, 12 Jul 2013 22:42:32 -0400 Subject: [PATCH] Disabling auto update because it messes with my own fork. I know there is a bunch of cruft in here but I have too many of my own tweaks to give them up. I will be periodically merging in from upstream --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index a79bf9586..73b889825 100644 --- a/zshrc +++ b/zshrc @@ -16,7 +16,7 @@ export LANG=en_US.UTF-8 # CASE_SENSITIVE="true" # Comment this out to disable bi-weekly auto-update checks -# DISABLE_AUTO_UPDATE="true" +DISABLE_AUTO_UPDATE="true" # Uncomment to change how many often would you like to wait before auto-updates occur? (in days) # export UPDATE_ZSH_DAYS=13