Skip to content

Instantly share code, notes, and snippets.

@myfavouritekk
Created August 4, 2014 06:35
Show Gist options
  • Save myfavouritekk/1275c783a968dfa2c9e8 to your computer and use it in GitHub Desktop.
Save myfavouritekk/1275c783a968dfa2c9e8 to your computer and use it in GitHub Desktop.
Change Bash version on OS X

Change Bash version on OS X

  • Installation

sudo port install bash

  • Add it to your shells: add installed bash to /etc/shells

sudo vim /etc/shells

  • Change your shell

chsh

  • Restart Terminal

  • Verification

echo $BASH_VERSION

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment