feat: opt out of homebrew analytics
This commit is contained in:
parent
cddbe02c9f
commit
ff29e03691
@ -30,6 +30,8 @@ if [[ "$OSTYPE" = "darwin"* ]]; then
|
||||
# Set Homebrew env variables
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
|
||||
export HOMEBREW_NO_ANALYTICS=1
|
||||
|
||||
export PATH="${HOMEBREW_PREFIX}/opt/coreutils/libexec/gnubin:$PATH"
|
||||
export PATH="${HOMEBREW_PREFIX}/opt/gnu-sed/libexec/gnubin:$PATH"
|
||||
export PATH="/Applications/Firefox Developer Edition.app/Contents/MacOS:$PATH"
|
||||
|
Loading…
Reference in New Issue
Block a user