Created
February 20, 2017 07:04
-
-
Save barend/43b8a19f4980cb9595607cd5b96bac34 to your computer and use it in GitHub Desktop.
broo
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
# 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