Skip to content

Instantly share code, notes, and snippets.

@omar-yassin
Created October 5, 2016 21:49
Show Gist options
  • Save omar-yassin/6af7088f9146a8ee266000763a71bf18 to your computer and use it in GitHub Desktop.
Save omar-yassin/6af7088f9146a8ee266000763a71bf18 to your computer and use it in GitHub Desktop.
OSX - use bash 4.0
brew install bash
sudo bash -c "echo /usr/local/bin/bash >> /private/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