|
Hi,
Short answer:
.bashrc => read when starting an interactive shell that is not a login shell.
.bash_profile => read when bash started as an interactive login shell.
Could tell you the whole story, but........
Simplest way to find out: man bash (invocation part).
Hope this helps.
|