You can use either one. The shell will look for .bash_profile, .bash_login, and .profile, but only use which ever it finds first.
Also, a login initialization will only be executed when you login unless you run the command . .profile after making changes so you don't have to log out and back in again to see the changes.
|