Changing the Default MacOS Shell
Steps
Changing the default terminal shell on MacOS to /bin/bash is pretty straightforward.
- Open the terminal app
- Click "terminal" in the top bar
- Click settings
- Click on the general tab
- Under the "Shells open with" option, click "Command (complete path)"
- Change the command from "/bin/zsh" to "/bin/bash"
After doing these steps, the default terminal shell on MacOS should now be bash!
Visual Example
I do not have access to a Mac to be able to provide my own images of doing this, however, this article provides images alongside the step-by-step process