On Sunday 01 November 2009 01:31 AM, Didar Hossain wrote:
On Sun, Nov 1, 2009 at 1:57 PM, Didar Hossain<[email protected]>  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.

--
fedora-list mailing list
[email protected]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to