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

Re: KDE: changing PATH for Konsole



On Monday 10 March 2003 10:48 am, Frans Pop wrote:
>Hello folks,
>I am using KDE from Woody (2.2.25) and can't figure out how to change the
>default PATH for Konsole.

I insert export PATH=$PATH:$HOME/bin into .bashrc then from .bash_profile I
source it: 

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

Jeff Elkins
http://www.elkins.org



Reply to: