From owner-freebsd-questions Tue Apr 24 21: 7:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes09-hme0.telusplanet.net (mtaout.telus.net [199.185.220.235]) by hub.freebsd.org (Postfix) with ESMTP id C338F37B424 for ; Tue, 24 Apr 2001 21:07:16 -0700 (PDT) (envelope-from tmchow@sfu.ca) Received: from crx.sfu.ca ([209.53.61.184]) by priv-edtnes09-hme0.telusplanet.net (InterMail vM.4.01.03.10 201-229-121-110) with ESMTP id <20010425040715.VICB2141.priv-edtnes09-hme0.telusplanet.net@crx.sfu.ca> for ; Tue, 24 Apr 2001 22:07:15 -0600 Message-Id: <5.1.0.14.2.20010424210924.00a8d830@mail.geektank.org> X-Sender: tmchow@popserver.sfu.ca (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 24 Apr 2001 21:12:13 -0700 To: questions@freebsd.org From: Trevin Chow Subject: Color ls problems Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm using this function (as suggested by someone on the list awhile ago) to display a colorized "ls": function ls { command ls -FG ${1+"$@"}; } This function is located in my /etc/bashrc file. For some reason, it's not showing up colorized ls listings with my TERM set to vt100. Oddly, if I set it to "linux" it works... What's going on here? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message