macでbash --versionするとbash3.xだったので,4.xにしたかった.

brew install bash
sudo bash -c 'echo /usr/local/bin/bash >> /etc/shells'
chsh -s /usr/local/bin/bash