From 70bbfd75a362f84aeb27d7e29d23fb2d2d125c35 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sun, 13 Dec 2020 22:15:40 +0100 Subject: [PATCH] zsh: disable annoying brew feature on macos --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 33642de..56aedce 100644 --- a/.zshrc +++ b/.zshrc @@ -47,7 +47,7 @@ case "$unamestr" in alias o="open" alias cpy="pbcopy" alias pst="pbpaste" - # highlight syntax in zsh + export HOMEBREW_NO_AUTO_UPDATE=1 ;; "Linux") alias o="xdg-open"