Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Nov 2000 00:55:27 -0800 (PST)
From:      Barry Lew <bwlew@earthlink.net>
To:        Jason Hunt <jhunt@satx.rr.com>
Cc:        FreeBSD-newbies@FreeBSD.ORG
Subject:   Re: bash question..
Message-ID:  <Pine.LNX.4.21.0011080053520.642-100000@darkstar.example.net>
In-Reply-To: <3A0725FF.27F63651@satx.rr.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I believe .bashrc executes for nonlogin shells (i.e., when you su into
another user).  .bash_profile executes whenever you login.  Simply copy
.bashrc into .bash_profile, and you should have your settings whether
you login or su.


On Mon, 6 Nov 2000, Jason Hunt wrote:

> Greetings..
> 
> I have this in my .bashrc
> 
> alias h         history 25
> alias j         jobs -l
> alias la        ls -a
> alias lf        ls -FA
> alias ll        ls -lA
> 
> and none of it works.. if I use
> csh, and my .cshrc has the
> abover information it works fine..
> is .bashrc not the file where I 
> should put this information?
> 
> thanks
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-newbies" in the body of the message
> 



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-newbies" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.21.0011080053520.642-100000>