View Single Post
  #3   (View Single Post)  
Old 4th May 2008
erno erno is offline
Port Guard
 
Join Date: May 2008
Location: Finland
Posts: 12
Default

Linux ls colors in tcsh.

Code:
setenv CLICOLOR YES
setenv LSCOLORS ExGxFxdxCxDxDxhbadExEx
To make these settings permanent add those lines to your ~/.cshrc
Reply With Quote