 vote
 |
|
Ever wondered what the difference is between .bashrc and .bash_profile? Here's the answer...
According to the bash man page, .bash_profile is executed for login shells, while .bashrc is executed for interactive non-login shells.
What I take this to mean is that when I login when using a console, either physically at the machine or using ssh, .bash_profile is executed.
| | |
| |
|
|