Created
April 26, 2016 16:10
-
-
Save jdmartin/35ac718a960769161834a145d1367e4d to your computer and use it in GitHub Desktop.
Opt out of Homebrew Analytics (.bashrc addition)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Opt out of Homebrew analytics | |
export HOMEBREW_NO_ANALYTICS=1 | |
if [[ -e "$HOME/.homebrew_analytics_user_uuid" ]]; then | |
rm -f "$HOME/.homebrew_analytics_user_uuid" | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment