From owner-freebsd-questions Wed Mar 26 01:36:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA29385 for questions-outgoing; Wed, 26 Mar 1997 01:36:59 -0800 (PST) Received: from goodall.u.washington.edu (durang@goodall.u.washington.edu [140.142.12.163]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA29379 for ; Wed, 26 Mar 1997 01:36:56 -0800 (PST) Received: from localhost (durang@localhost) by goodall.u.washington.edu (8.8.4+UW96.12/8.8.4+UW97.03) with SMTP id BAA35592; Wed, 26 Mar 1997 01:36:38 -0800 Date: Wed, 26 Mar 1997 01:36:38 -0800 (PST) From: "K. Marsh" To: Christoph Kukulies cc: nik@blueberry.co.uk, Lars_Koeller@odie.physik2.uni-rostock.de, questions@FreeBSD.ORG Subject: Re: colorls needs color-xterm? In-Reply-To: <199703260939.KAA13257@gilberto.physik.rwth-aachen.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > 01:05:51 root #setenv TERM xterm-color > > setenv: not found > > 01:05:51 root #set TERM xterm-color > > What shell are you using ? The above error indicates that you are > using a bourne flavor shell and thus the set TERM xterm-color > won't set your TERM variable. > > The TERM variable setting is irrelevant for colorls to work (it could > be TERM=dumb as well). I'm using /bin/sh. I guess you're telling me it doesn't matter, right? Ken