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'