I recieved this info from Syrus Nemat-Nasser <[EMAIL PROTECTED]>:

( I was unaware that I did not need color-ls )

With the integration of color-ls directly into the fileutils
package, a few things have changed.  dircolors no longer sets
up aliases or shell scripts to colorize ls, dir, and vdir.

Here is an excerpt from a .bashrc which sets up aliases after
running dircolors:

        # set up color-ls
        eval `dircolors /home/syrus/.dir_colors`
        alias d='ls -F --color=auto'
        alias v='ls -l --color=auto'
        alias vdir='ls -l --color=auto'
        alias dir='ls -F
--color=auto'                                                 

Note that color=tty has been changes to color=auto.  See the
documentation for other change information.

Thanks, no further help is needed.

Reply via email to