RE: Bash Startup Files

2004-06-14 Thread Dan MacMillan
On Behalf Of Arend P. van der Veen: > > ... > > I have a case where both ~/.profile and ~/.bash_profile > exist and both are sourced. > > ... If this really is happening, it's likely one of your other startup files is explicitly sourcing ~/.profile. -- Danny _

Re: Bash Startup Files

2004-06-11 Thread Lowell Gilbert
"Arend P. van der Veen" <[EMAIL PROTECTED]> writes: > Hi, > > I have been trying to clarify what bash startup files are sourced and > when. I am using bash-2.05b.007. I have been hunting around on the > web and I have > found the following summary: For Lo

Bash Startup Files

2004-06-10 Thread Arend P. van der Veen
Hi, I have been trying to clarify what bash startup files are sourced and when. I am using bash-2.05b.007. I have been hunting around on the web and I have found the following summary: For Login shells: On logging in: If `|/etc/profile|' exists, then source it.