strobe
Puny Member
open a terminal
type set color
press tab
type ls-F (no space)
It's better looking (and more useful) with a black background. You can customize the colors by setting LS_COLORS (see man tcsh)
ls-F doesn't use ls, I think it's an internal macro. OS X's ls doesn't support colors, but it's just as well because they screw up piping ls commands, so the tcsh macro is better to use.
I put set color and alias ls ls-F in my .tcshrc file and have no problems.
type set color
press tab
type ls-F (no space)
It's better looking (and more useful) with a black background. You can customize the colors by setting LS_COLORS (see man tcsh)
ls-F doesn't use ls, I think it's an internal macro. OS X's ls doesn't support colors, but it's just as well because they screw up piping ls commands, so the tcsh macro is better to use.
I put set color and alias ls ls-F in my .tcshrc file and have no problems.