From 23138c1dc9d6b298262e769fc56257edb055f3ad Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Mon, 23 Jan 2017 09:14:38 +0100 Subject: [PATCH] Disable zsh auto update --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 3503ba3..f9a37fa 100644 --- a/zshrc +++ b/zshrc @@ -2,6 +2,7 @@ # Path to the dotfiles DOTFILES=$HOME/.config/dotfiles +DISABLE_AUTO_UPDATE="true" # Path to your oh-my-zsh configuration ZSH=$HOME/.config/oh-my-zsh