As all the instructions that I can find say, I changed the default shell by doing this command in terminal:
chsh -s /bin/bash
I now get this error:
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.
Even though I am indeed running bash:
echo $SHELL
/bin/bash
csch
command generates the informational message, and was coded to do so after zsh was made the default shell. – IconDaemon Jul 28 '23 at 22:41/bin/bash
. – Marc Wilson Jul 29 '23 at 00:16