garysimpson.dev
Mobile development with swift and flutter

macOS: Remove Bash Warning

September 01, 2024 at 1:28PM

Been getting a super annoying warning evertime I started terminal after updating to BigSur a few years ago. Dont really care why the change was made. Just wanna get rid of the default interactive shell is now zsh message. Finally took some time to figure out how to remove it for good. Add the following to the last line of ~\.bashprofile.

export BASH_SILENCE_DEPRECATION_WARNING=1

Happy Coding ;-)