OssNass I was originally about to suggest ~/.profile
but then I read in above post that it checks for that one last, so I changed it to ~/.bash_profile
to avoid situations where you'd already have a config file with higher priority 😀
If you don't have .bash_profile or .bash_login then .profile should work just as well. Also if you already have a .profile then .bash_profile will take precedence as per the info in above post.