Timeline for How and where should I add a PATH?
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 18, 2015 at 23:02 | comment | added | Gilles 'SO- stop being evil' |
.profile, or .pam_environment. See the duplicate question for more details.
|
|
| Jan 18, 2015 at 22:56 | comment | added | Scantlight | so .. the best place to define global variables are? | |
| Jan 18, 2015 at 22:48 | comment | added | Gilles 'SO- stop being evil' |
No. .bashrc is for interactive shell settings (completion, prompt, etc.). .profile (or .bash_profile, etc.) is for things done at login time such as environment variable definitions.
|
|
| Jan 18, 2015 at 22:42 | vote | accept | Josh Kesling | ||
| Jan 18, 2015 at 22:54 | |||||
| Jan 18, 2015 at 22:39 | history | answered | Scantlight | CC BY-SA 3.0 |