|
|
|
|
|
by joshklein
2483 days ago
|
|
Profile is for login shells (thus executed once when logging in at the terminal or over SSH). The rc file is for interactive non-login shells (thus executed once each time you open a new e.g. xterm window). But some systems treat all terminal emulator windows as login shells by default (e.g MacOS), though you can change that behavior. |
|
Wait... is this the reason why you see profiles that load bashrc?