From 76aa4e9504c4421d73ed7d0363fd3a81dd6ffb68 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 19 Jan 2018 18:04:49 +0000 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20auto-update=20homebrew=20as=20m?= =?UTF-8?q?uch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index d6ef23c..ed109c0 100644 --- a/zshrc +++ b/zshrc @@ -183,6 +183,7 @@ export DEFAULT_USER="jonny" # No Homebrew analytics export HOMEBREW_NO_ANALYTICS=1 +export HOMEBREW_AUTO_UPDATE_SECS=3600 # Colourised output for `ls` export CLICOLOR=true