From owner-freebsd-newbies@FreeBSD.ORG Fri Aug 27 12:21:36 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEF0F16A4CE for ; Fri, 27 Aug 2004 12:21:36 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D19143D2D for ; Fri, 27 Aug 2004 12:21:36 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Fri, 27 Aug 2004 07:25:04 -0500 Message-ID: <412F274D.2050807@daleco.biz> Date: Fri, 27 Aug 2004 07:21:33 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Marcel.lautenbach" References: <801213900.20040825215844@xtsy.de> <6ddb7bf8040826125337f556d4@mail.gmail.com> <58129086.20040827133357@xtsy.de> In-Reply-To: <58129086.20040827133357@xtsy.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 27 Aug 2004 12:25:04.0966 (UTC) FILETIME=[E1E8B660:01C48C30] cc: freebsd-newbies@freebsd.org Subject: Re: changing the shell and editor X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2004 12:21:37 -0000 Marcel.lautenbach wrote: >Guten Tag Kevin Reiter, > > >hey kevin, > >well, i have copied your dir_color file in my home directory, made it >executable and also copied to my /etc folder later, but either way, i >don't get a colored listing :-( >what did i do wrong? > > > Well, different Kevin here. And different shell. However, it works for me thusly (remember, this is tcsh, you'll have to translate): setenv CLICOLOR alias ls ls -FG Kevin Kinsey