From owner-freebsd-newbies Mon Nov 6 13:50: 4 2000 Delivered-To: freebsd-newbies@freebsd.org Received: from aristotle.networkintelligence.com (unknown [38.196.126.5]) by hub.freebsd.org (Postfix) with ESMTP id 1031E37B4D7 for ; Mon, 6 Nov 2000 13:50:00 -0800 (PST) Received: from satx.rr.com (mogul [192.168.2.199]) by aristotle.networkintelligence.com (8.9.0/8.9.1) with ESMTP id PAA04737 for ; Mon, 6 Nov 2000 15:49:56 -0600 Message-ID: <3A072784.6D281BE7@satx.rr.com> Date: Mon, 06 Nov 2000 15:49:56 -0600 From: Jason Hunt X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.16 i686) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD-newbies@FreeBSD.ORG Subject: Re: bash question.. References: <200011061923.eA6JNXP13260@webmail6.catholic.org> <3A070B3E.E0DC5ADC@satx.rr.com> <3A0725FF.27F63651@satx.rr.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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 > well shit.. I changed the alias stuff to the correct format: alias h='history 25', but it seems .bashrc is still not executed at start of login.. is .bashrc not the correct file? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message