[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ls colors



* Andrew D Dixon <andrew.dixon@seranoa.com> (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 (smq@gmx.co.uk)



Reply to: