Re: ask for path

2001-04-09 Thread Aaron Brashears
On Mon, Apr 09, 2001 at 12:49:56PM -0500, Joi Ellis wrote: > On Mon, 9 Apr 2001, Aaron Brashears wrote: > > > > $ cat .bash_profile >> .bashrc > > $ rm .bash_profile > > $ ln -s .bashrc .bash_profile > > No, no no. Don't DO this! Now you're run

Re: ask for path

2001-04-09 Thread Aaron Brashears
Since you're using linux, I'll give my examples assuming you're using bash as your primary shell. I've usually had the best luck setting environment variables in my .bashrc file and deleting my .bash_profile and then setting .bash_profile as a symlink to my .bashrc. To see what I'm talking about,