Gnome applications and .bash_profile

Suvayu Ali fatkasuvayu+linux at gmail.com
Sun Nov 1 08:59:54 UTC 2009


On Sunday 01 November 2009 01:31 AM, Didar Hossain wrote:
> On Sun, Nov 1, 2009 at 1:57 PM, Didar Hossain<didar.hossain at gmail.com>  wrote:
>>
>> Stuff that you need defined irrespective of the type of shell should go in
>> ~/.bashrc
>
> Correction: ~/.bashrc is for non-login shells *only*. So, you will need to put
> the stuff in both ~/.bashrc and ~/.bash_profile

... or put this in your .bash_profile and have everything in your .bashrc ;)

if [ -f ~/.bashrc ]; then
	. ~/.bashrc
fi

> Didar
>
-- 
Suvayu

Open source is the future. It sets us free.




More information about the fedora-list mailing list