11-10-2019, 08:24 AM
(This post was last modified: 11-10-2019, 08:33 AM by User 11436.)
(11-09-2019, 02:10 PM)Arwen Wrote: @"Feakster", try this file instead;
Code:.bash_profile
Hi,
I thought it was the case that .bash_profile was sourced if it existed, otherwise .profile was sourced?
Just tried this and rebooted. The contents of the .bash_profile file were also not being sourced.
Ben
(11-09-2019, 09:40 PM)Arglebargle Wrote: I've always referenced this flowchart to follow bash's initialization insanity:
https://i.stack.imgur.com/17NoJ.png
Pick your login type and follow the colored arrow to see which files bash loads under different circumstances.
See here for more: https://blog.flowblok.id.au/2013-02/shel...ripts.html
Hi,
Thank you. I put the code in .bashrc & it works now.
Ben