Re: newbie: startup files under bash...

2002-12-10 Thread Olivier Esser
alan brown wrote: My reading has told me that when I start up a new bash shell /etc/profile and /etc/bash.bashrc are run. And then ~/.profile and ~/.bashrc and ~/.bash_profile are run So I?m trying to set the PATH environment variable to include my java bin directory. So I created a .prof

Re: newbie: startup files under bash...

2002-12-09 Thread Russell
alan brown wrote: My reading has told me that when I start up a new bash shell /etc/profile and /etc/bash.bashrc are run. And then ~/.profile and ~/.bashrc and ~/.bash_profile are run So I’m trying to set the PATH environment variable to include my java bin directory. So I created a .profile

newbie: startup files under bash...

2002-12-09 Thread alan brown
My reading has told me that when I start up a new bash shell /etc/profile and /etc/bash.bashrc are run.  And then ~/.profile and ~/.bashrc and ~/.bash_profile are run   So I’m trying to set the PATH environment variable to include my java bin directory.  So I created a .profile file in my