View Single Post
  #8   (View Single Post)  
Old 5th November 2014
Mike-Sanders Mike-Sanders is offline
Fdisk Soldier
 
Join Date: Dec 2012
Posts: 52
Default

Quote:
Originally Posted by erno View Post
Linux ls colors in tcsh.

Code:
setenv CLICOLOR YES
setenv LSCOLORS ExGxFxdxCxDxDxhbadExEx
To make these settings permanent add those lines to your ~/.cshrc
Another way here, uses self parsing awk 'tricknology' (likely overkill but fun to create!).
__________________
www.tacoshack.xyz
Reply With Quote