Macos – Can’t find .bashrc for Mac

bashmacos

I made a .bashrc file in my home directory, but to make the terminal read the file you have to type 'bash'. Can you fix this in some way?

Best Answer

You should change your default shell to bash.

chsh -s /bin/bash

Or if you prefer GUI settings and always use the Terminal App, the option for default shell should be found in menu Terminal > Preferences > tab Startup. Choose "Shell opens with: Command" and type path /bin/bash.