I am using tcsh as my default shell. However, the LS_COLORS env doesn't seem to work. Here is my related env for ls:
setenv CLICOLOR "true"
setenv LS_COLORS "di=37:fi=00"
Directories are suposed to be coloured white, but the result is they are coloured blue/cyan. Any idea?
This thread on the web might help on the syntax of
LS_COLORS
in general.In your particular case it looks ok. Did you
set color
in your shell?