Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion colors differ on BSD/Linux
- X-seq: zsh-users 5038
- From: "Calum Selkirk" <cselkirk@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: completion colors differ on BSD/Linux
- Date: Sun, 9 Jun 2002 15:58:29 -0400
- In-reply-to: <20020609193643.57510.qmail@xxxxxxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20020609193643.57510.qmail@xxxxxxxxxxxxxxxxxxxxxxx>
- Reply-to: zsh-users@xxxxxxxxxx
* 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