Re: me again

A. Wik (aw@mail1.bet1.puv.fi)
Fri, 10 Jul 1998 13:27:59 +0000


Rejean Turgeon <allspeed@allspeeds.net> wrote:
>
> i don't know why but my linux does'nt want to use the setups from
> /etc/DIR_COLORS anymore can someone tell me why and what should i do to
> fix this?

This happened to me yesterday when I upgraded GNU-fileutils.
The new 'dircolors' command doesn't set up any aliases. I added
something like this to /etc/profile:

export LS_OPTIONS="--color=tty -F"
alias ls="ls $LS_OPTIONS"
alias dir="ls $LS_OPTIONS"

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu