From d5b0254c529f694b096eaba7cef7292c5fc2f680 Mon Sep 17 00:00:00 2001 From: Eragos Date: Thu, 4 Aug 2016 20:12:36 +0200 Subject: [PATCH] disable autoupdate --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index a1ac1d9..ccfb6d0 100644 --- a/.zshrc +++ b/.zshrc @@ -15,7 +15,7 @@ ZSH_THEME="../../misc/Cobalt2-iterm/cobalt2" # HYPHEN_INSENSITIVE="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