From 5257fd9d555b3848b0e15422609ca26f3ff4e216 Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Sat, 21 Dec 2019 19:13:54 +0800 Subject: [PATCH] u --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 2551fd9..7e92687 100644 --- a/.bashrc +++ b/.bashrc @@ -47,6 +47,7 @@ then alias l='ls -lG' alias ll='ls -lGA' # show .xxx alias lll='ls -lGa' # show .xxx and . and .. + export HOMEBREW_NO_AUTO_UPDATE=true else alias l='ls -l --color=auto' # --time-style=long-iso --color=auto' alias ll='ls -lA --color=auto'