zsh listed directory not colored in aterm

2007-10-07 Thread vuthecuong
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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: zsh listed directory not colored in aterm

2007-10-07 Thread Garrett Cooper

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: 
http://www.freebsd.org/cgi/man.cgi?query=lsapropos=0sektion=0manpath=FreeBSD+6.2-RELEASEformat=html.


-Garrett

PS You don't need -G if you define CLICOLORS ;)...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]