From owner-freebsd-newbies Wed Nov 8 0:51: 3 2000 Delivered-To: freebsd-newbies@freebsd.org Received: from hawk.prod.itd.earthlink.net (hawk.prod.itd.earthlink.net [207.217.120.22]) by hub.freebsd.org (Postfix) with ESMTP id 741E937B4C5 for ; Wed, 8 Nov 2000 00:51:01 -0800 (PST) Received: from pool0001.cvx16-bradley.dialup.earthlink.net (pool0001.cvx16-bradley.dialup.earthlink.net [209.179.50.1]) by hawk.prod.itd.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id AAA11652; Wed, 8 Nov 2000 00:50:59 -0800 (PST) Date: Wed, 8 Nov 2000 00:55:27 -0800 (PST) From: Barry Lew X-Sender: bwlew@darkstar.example.net To: Jason Hunt Cc: FreeBSD-newbies@FreeBSD.ORG Subject: Re: bash question.. In-Reply-To: <3A0725FF.27F63651@satx.rr.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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