Created
February 7, 2014 03:23
-
-
Save ryanflorence/8856966 to your computer and use it in GitHub Desktop.
update your bash on mac os x, because 3.2 is old
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 install bash | |
echo "/usr/local/bin/bash" | sudo tee -a /etc/shells | |
chsh -s /usr/local/bin/bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment