Skip to content

Instantly share code, notes, and snippets.

@barend
Created February 20, 2017 07:04
Show Gist options
  • Save barend/43b8a19f4980cb9595607cd5b96bac34 to your computer and use it in GitHub Desktop.
Save barend/43b8a19f4980cb9595607cd5b96bac34 to your computer and use it in GitHub Desktop.
broo
# Brew update everything and clean up afterwards.
alias broo='if [ -n "$VIRTUAL_ENV" ]; then; echo "FATAL: active virtualenv"; else; brew update && brew upgrade && brew cleanup -s; fi;'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment