Hi,

> On Mon, Jun 16, 2003 at 11:14:07PM -0700, G?zim Hoxha wrote:
> > Hello,
> > 
> > I want to be able to see different colours for
> > different file types when I type ?ls? in Konsole
> > without having to do ls --colors in order to get that.
By using .dir_colors, you can even decide which color will be used for
which type of files, like (red->.sh, blue->.txt, etc)

You can man dircolors, and prepare yours own .dir_colors cfg file
Inside ~/.bashrc, add a line like this.
eval `dircolors $HOME/.dir_colors`
These step will step up a env var named LS_COLORS, this var will
influence how 'ls' due with colors :)

Enjoy
Lau



--
[EMAIL PROTECTED] mailing list

Reply via email to