Answers for "mac update bash profile"

0

.bash_profile mac

touch ~/.bash_profile; open ~/.bash_profile
Posted by: Guest on July-06-2020
-1

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 "Shell/Bash"

Browse Popular Code Answers by Language