As you must have noticed that whenever you move your default interactive shell on your macOS Terminal application from the zsh shell to bash, you get the below warning message every time you do it,
% bash
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.
bash-3.2$
Steps to silence the warning message: "The default interactive shell is now zsh"
- Open Terminal App,
- Type: nano ~/.bash_profile
- Copy: export BASH_SILENCE_DEPRECATION_WARNING=1 (append as new line if it already has some configuration text) the below lines in the file
- Press Control + X to save to file. Press Y and press Return key to save and exit.
- Now type: source ./bash_profile
- As you will move to bash shell now you will not get the warning.

More Posts related to zsh,
- How to make zsh as the default shell on Ubuntu
- Fix zsh: permission denied: script.sh
- Fix for zsh: command not found: brew
- Ubuntu zsh: command not found: nano
- zsh: exec format error eclipse M1 Mac
- Resolve - zsh: command not found: code
- Fix - zsh: command not found: conda [macOS]
- zsh: command not found [fix] macOS
More Posts:
- How to know if you have blocked your friend Number on Android Phone - Android
- Enabling Notepad++ Dark Theme - NotepadPlusPlus
- Create SharePoint Site Collection with new Content database in existing web application - SharePoint
- How to do a Reverse Image Search Using Google Tools - Google
- [jQuery] Uncaught ReferenceError: $ is not defined at index.html:5 - jQuery
- SQLite Error: unknown command or invalid arguments: open. Enter .help for help - Android
- See actual SharePoint error exception modify web.config - SharePoint
- How to use Content Assist in Eclipse IDE - Eclipse