From owner-freebsd-questions Tue Sep 29 23:49:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA07530 for freebsd-questions-outgoing; Tue, 29 Sep 1998 23:49:43 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from davidv.iadfw.net (davidv.iadfw.net [206.138.229.16]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA07522 for ; Tue, 29 Sep 1998 23:49:41 -0700 (PDT) (envelope-from david@davidv.iadfw.net) Received: from workbox.davidv.iadfw.net (david@workbox.davidv.iadfw.net [10.124.239.13]) by davidv.iadfw.net (8.8.8/8.8.8) with ESMTP id BAA09600; Wed, 30 Sep 1998 01:49:57 -0500 (CDT) (envelope-from david@davidv.iadfw.net) Message-Id: <199809300649.BAA09600@davidv.iadfw.net> X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii MIME-Version: 1.0 In-Reply-To: <199809292239.PAA26327@hub.freebsd.org> Date: Wed, 30 Sep 1998 01:48:03 -0500 (CDT) Reply-To: david@davidv.iadfw.net Organization: My Little unix network at Home From: "David L. Vondrasek" To: mougle Subject: RE: Color bash Cc: freebsd-questions@FreeBSD.ORG Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id XAA07525 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 29-Sep-98 mougle wrote: > I have used linux slackware in the past and I really enjoyed the > colored > directories when it would boot up. I noticed when I booted a different > shell it was back to black and white but the command "bash -login" > would > start up bash with color enabled. Do you know how to set this color > shell > on FreeBSD? install the port called `colorls` then edit your shell profile script and add an alias for it. Works for me :) I just have these alias's defined in .cshrr but I use tcsh as my shell. ---- alias la ls -a alias lf ls -FA alias ls 'colorls -Gal' alias ll ls -lgsA Cheers ! --- David Vondrasek byteme@airmail.net --You mean you paid MONEY for Service Pack '98???? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message