Skip to content

Instantly share code, notes, and snippets.

@mcandre
Last active December 28, 2015 02:09
Show Gist options
  • Save mcandre/7425483 to your computer and use it in GitHub Desktop.
Save mcandre/7425483 to your computer and use it in GitHub Desktop.

Updating to bash v4 in Mac OS X

  1. Install bash: brew install bash
  2. Edit /etc/shells, adding /usr/local/bin/bash
  3. Change the default shell: chsh -s /usr/local/bin/bash
  4. Add shopt -s globstar to .profile, to turn on recursive globs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment