iTerm2 で Mac の bash を新しくする方法
install bash 5
which bash # /bin/bash
echo $BASH_VERSION # 3.2とか
brew install bash
/usr/local/bin/bash -l
echo $BASH_VERSION $SHELL # 5.1になった
Setup iTerms
デフォで /bin/bash を開くので、 /usr/local/bin/bash -l
にする
login shellは /bin/bash
command は任意
custom command は何のことやらわからない。
/usr/local/bin/bash -l
Author And Source
この問題について(iTerm2 で Mac の bash を新しくする方法), 我々は、より多くの情報をここで見つけました https://qiita.com/uturned0/items/9cd7ca6b65f756ce1ce7著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .