Catalina osx 10.15 bashrc fix
After installing osx 10.15 my .bash_profile stopped working. When I open a new terminal it says: [code] The default interactive shell is now zsh. To update your account to use zsh, please run `chsh -s /bin/zsh`. For more details, please visit https://support.apple.com/kb/HT208050. [/code] I tried changing to zsh and was fine. But since my .bashrc has code not compatible with zsh, I switched over back to bash. Here are the steps to make sure bash reads your .bashrc file. ...