Skip to content

Instantly share code, notes, and snippets.

@stefanchrobot
Created April 4, 2018 08:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefanchrobot/f2bdacdb302358977da0656af51683d7 to your computer and use it in GitHub Desktop.
Save stefanchrobot/f2bdacdb302358977da0656af51683d7 to your computer and use it in GitHub Desktop.
Bash 4 as the default shell on OSX
brew install bash
# Add the new shell to the list of allowed shells
sudo bash -c 'echo /usr/local/bin/bash >> /etc/shells'
# Change to the new shell
chsh -s /usr/local/bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment