Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: completion colors differ on BSD/Linux



* Jukka Lehti [jukkalehti@xxxxxxxxx] [2002-06-09 12:36 -0700]:

> > Try putting
> >
> > eval `dircolors`
> > colors
> >
> >
> > in your .zshrc
>
> Unforunately no such commands are available.

dircolors is part of the GNU fileutils suite see:

http://www.gnu.org/directory/fileutils.html

and in my .zshrc in have

eval `dircolors ~/.dir_colors`

and

alias ls='ls --color=auto'

HTH

cal



Messages sorted by: Reverse Date, Date, Thread, Author