# An example .bash_profile file (2.680 Spring 2024)

if [ -f ~/.bashrc ]; then
   source ~/.bashrc
fi

#-------------------------------------------------------
# Useful setting for MacOS to prevent zsh advertisement
#-------------------------------------------------------
export BASH_SILENCE_DEPRECATION_WARNING=1
