peco が使いたくて、bash のバージョンを 4 以上にしたくて実施しました。1
Homebrew で bash をインストール
brew update
brew install bash
ログインシェルの変更
/etc/shells
に追記して、chsh
実行
echo '/usr/local/bin/bash' | sudo tee -a /etc/shells
chsh -s /usr/local/bin/bash
端末を再起動して、完了。
Go to list of users who liked
More than 5 years have passed since last update.
peco が使いたくて、bash のバージョンを 4 以上にしたくて実施しました。1
brew update
brew install bash
/etc/shells
に追記して、chsh
実行
echo '/usr/local/bin/bash' | sudo tee -a /etc/shells
chsh -s /usr/local/bin/bash
端末を再起動して、完了。
Register as a new user and use Qiita more conveniently
Go to list of users who liked