On Mon, 24 Jun 2002, Arvind wrote:

> |if [ -f ~/.bashrc ]; then
> |    source ~/.bashrc
> |fi
> |Here it works fine for me.
> 
> 
> i put it inside .bash_profile,

yes.  bashrc is executed for every bash command executed.  bash_profile 
is executed only at login time.

Things like aliases need to be set everytime.

-- 
"I knew it. He's the One."

                -- Tank, "The Matrix"





-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to