* Andrew D Dixon <[EMAIL PROTECTED]> (2001-06-04 20:03):
> anyone know how to change the colors that ls outputs?

The way I did it was to run "dircolors -p >~/.dircolors", which
outputs the current dircolors settings to a nice, easy to read file,
and then put 

eval `dircolors -b ~/.dircolors`

in my .bashrc.  Then I can make my own changes to that file.

-- 
Sean Quinlan ([EMAIL PROTECTED])

Reply via email to