site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Bye Alex _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... 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" This email sent to site_archiver@lists.apple.com