Skip to content

Instantly share code, notes, and snippets.

@ryanflorence
Created February 7, 2014 03:23
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanflorence/8856966 to your computer and use it in GitHub Desktop.
Save ryanflorence/8856966 to your computer and use it in GitHub Desktop.
update your bash on mac os x, because 3.2 is old
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