Re: Unix Syntax Color schemes
Re: Unix Syntax Color schemes
- Subject: Re: Unix Syntax Color schemes
- From: "Alex v.Below" <email@hidden>
- Date: Fri, 25 Mar 2005 11:12:31 +0100
For color ls and color vim you need to change your terminal type. The
default vt100 does not show colors. I use tcsh still, so in my
~/.tcshrc I put the following:
alias ls "ls -G"
I prefer to set the CLICOLOR envirinment variable instead, as I somehow
avoid aliasing commands when possible. Both ways will use the values
set in the already mentioned LSCOLORS as a color scheme:
setenv LSCOLORS "ExGxFxdxCxDxDxabagacad"
Bye
Alex
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden