From fca032d773be4082098fc40479fd5faea5009a8c Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sat, 27 Jun 2015 00:02:36 +0200 Subject: [PATCH] disabled autoupdate feature of oh-my-zsh --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 3e42c792..816a12f3 100644 --- a/.zshrc +++ b/.zshrc @@ -15,7 +15,7 @@ ZSH_THEME="hanez" # 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