[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Proper environment settings`



On Fri, Apr 14, 2000 at 08:04:29PM +0200, Oswald Buddenhagen wrote:
> > Can someone give me the best route to change the PATH variable when
> > inside an xsession.  Changing such things as .bashrc and .profile
> > etc don't seem like the answer to me?   Both for root and users.  
> > 
> change the global ".profile": /etc/profile

Actually, for individual users, ~/.bashrc is the perfect place.  Just
source it in your ~/.xsession.

if [ -f $HOME/.bashrc ]; then
   source  $HOME/.bashrc
fi

-- 
¶ One·should·only·use·the·ASCII·character­set·when·compos­

» ing·email·messages.



Reply to: