Skip to content

Instantly share code, notes, and snippets.

@AshKyd
Created June 15, 2019 15:56
Show Gist options
  • Save AshKyd/299a3cd0bcbd6dfb94ddc37a929073b5 to your computer and use it in GitHub Desktop.
Save AshKyd/299a3cd0bcbd6dfb94ddc37a929073b5 to your computer and use it in GitHub Desktop.
Update MacOS bash & set default shell
brew install bash
sudo echo /usr/local/bin/bash >> /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