Skip to content

Instantly share code, notes, and snippets.

@jdmartin
Created April 26, 2016 16:10
Show Gist options
  • Save jdmartin/35ac718a960769161834a145d1367e4d to your computer and use it in GitHub Desktop.
Save jdmartin/35ac718a960769161834a145d1367e4d to your computer and use it in GitHub Desktop.
Opt out of Homebrew Analytics (.bashrc addition)
# 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