To remove the message “the default interactive shell is now zsh”, edit the .bash_profile
$ sudo vi ~/.bash_profile
export BASH_SILENCE_DEPRECATION_WARNING=1
Now, save the file and restart the terminal. You will no longer be seeing the warning message.