Seems its to do with new operating system (Catalina on Mac)
In terminal I get error message:-
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 Can anyone interpret what it means? Do I just run `chsh -s /bin/zsh` and alls well?
Thanks in advance
Comments
https://en.wikipedia.org/wiki/Unix_shell
I think bash was the previous default shell. Now they've changed it from bash to zsh, I guess.
https://en.wikipedia.org/wiki/Z_shell
So, yeah, just run the string there, and it will change the default from the old bash to the new zsh and it should stop the message. Don't know what other chaos it may cause.
But you can change from shell to shell as needed. If needed.