Stop brew updating everything all the time
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
09a3059378
commit
45c9d5afcb
@ -31,3 +31,6 @@ export TZ_LIST="Europe/Berlin;Europe/Sofia;UTC"
|
||||
|
||||
# Docker
|
||||
export DOCKER_HOST=$(docker context inspect --format='{{.Endpoints.docker.Host}}')
|
||||
|
||||
# Brew - Prevent updating all packages when installing a new one
|
||||
export HOMEBREW_NO_AUTO_UPDATE=1
|
||||
|
Loading…
Reference in New Issue
Block a user