From b46b1216264c2989cff004efe00390d5cfdac639 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 30 May 2016 21:11:32 +0000 Subject: [PATCH] default zsh profile: disable autoupdate --- 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 0058c643b..180c76ace 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -11,7 +11,7 @@ ZSH_THEME="blecher.at-agnoster" # CASE_SENSITIVE="true" # Uncomment the following line to disable bi-weekly auto-update checks. -# DISABLE_AUTO_UPDATE="true" +DISABLE_AUTO_UPDATE="true" # Uncomment the following line to change how often to auto-update (in days). # export UPDATE_ZSH_DAYS=13