Add the file code below as a different file (for example: .bash_dev_profile) and then add this on the bottom of your .bash_profile:
if [ -f $HOME/.bash_dev_profile ]; then
source $HOME/.bash_dev_profile
fiImportant note: This is for my own personal purposes, but anyone can grab and use it if you know how to use it.