Answers for "how to change to bash shell mac"

0

mac set bash as default shell

chsh -s /bin/bash
Posted by: Guest on June-11-2020
0

upgrade bash version mac

brew install bash
sudo echo '/usr/local/bin/bash' >> /etc/shells
sudo chsh -s /usr/local/bin/bash
Posted by: Guest on December-17-2020

Code answers related to "how to change to bash shell mac"

Browse Popular Code Answers by Language