No worries - since I use the fantastic Homebrew package manager for OSX, installing Bash 4.2.45 was a simple:
brew install bash
First step after installing is to edit /etc/shells, and add /usr/local/bin/bash to the top of the list:
sudo vi /etc/shells
chsh -s /usr/local/bin/bash
And finally, after selecting Advanced Options, just change the shell to /usr/local/bin/bash:
If you want to be sure it worked, just do this in a new terminal:
echo $SHELL
No comments:
Post a Comment