From owner-freebsd-questions Fri Feb 23 5:18:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.kc.rr.com (fe3.rdc-kc.rr.com [24.94.163.50]) by hub.freebsd.org (Postfix) with ESMTP id 853BF37B503 for ; Fri, 23 Feb 2001 05:18:13 -0800 (PST) (envelope-from akadanak@kc.rr.com) Received: from dana ([65.26.104.10]) by mail3.kc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Fri, 23 Feb 2001 07:15:31 -0600 From: "Dana" To: Subject: RE: CLICOLOR Date: Fri, 23 Feb 2001 07:19:04 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20010223123605.E12704@cgmd76206.chello.nl> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm using csh so I don't have export. I tried "set CLICOLOR=" and "set CLICOLOR" and neither one had any effect. Dana -----Original Message----- From: Edwin Groothuis [mailto:mavetju@chello.nl] Sent: Friday, February 23, 2001 5:36 AM To: Dana Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CLICOLOR On Fri, Feb 23, 2001 at 05:29:02AM -0600, Dana wrote: > Then man ls page says to set CLICOLOR as > an environment variable in order to get > color when using ls. But environment > variables are key=value pairs. So is it > CLICOLOR=true or "something=CLICOLOR or set the ... environment variable means: ... = value So you have to do: "export CLICOLOR=" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message