From owner-freebsd-questions@FreeBSD.ORG Sun Oct 7 14:16:17 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C02216A417 for ; Sun, 7 Oct 2007 14:16:17 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from hannah.tgi.net (hannah.tgi.net [64.34.34.36]) by mx1.freebsd.org (Postfix) with ESMTP id 34A6C13C468 for ; Sun, 7 Oct 2007 14:16:17 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: (qmail 9046 invoked from network); 7 Oct 2007 07:22:05 -0700 Received: from cs213-29.fsmodem.washington.edu (HELO ?127.0.0.1?) (140.142.173.30) by tgi.net with SMTP; 7 Oct 2007 07:22:05 -0700 Message-ID: <4708EA12.3020509@u.washington.edu> Date: Sun, 07 Oct 2007 07:15:46 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: vuthecuong References: <4708E19A.4050103@fpt.vn> In-Reply-To: <4708E19A.4050103@fpt.vn> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: zsh listed directory not colored in aterm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Oct 2007 14:16:17 -0000 vuthecuong wrote: > Currently I switched to fluxbox using aterm, not xterm because of it > transparency. > But in aterm, directories and text stop colorizing at all. > how can I do now? > P/S: In .Xdefault there is no content. > And in .zshrc there are: > export LSCOLORS=ExCxFxFxBxGxGxababaeae > export CLICOLOR=$LSCOLORS > > alias ls='ls -G' > > Tnx u very much You may have to fudge around with aterm's set TERM variable in order to get this to work properly. The manpage for ls(1) has all of the details: . -Garrett PS You don't need -G if you define CLICOLORS ;)...