Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: colors in zsh
- X-seq: zsh-users 917
- From: Bruce Stephens <B.Stephens@xxxxxxxxx>
- To: Olav Morkrid <olav@xxxxxxxxxx>
- Subject: Re: colors in zsh
- Date: Thu, 26 Jun 1997 17:03:15 +0100
- Cc: zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: Your message of "26 Jun 1997 17:31:36 +0200." <4qg1u5fkiv.fsf@xxxxxxxxxxxxxxx>
olav@xxxxxxxxxx said:
> It does not pertain the color settings from "tcsh" underneath, and
> also when doing "eval `dircolors`", the eval inserts "setenv" and
> stuff that "zsh" does not understand.
I don't know what's happening to stop it from inheriting the colours from
tcsh, but within zsh you can do:
eval `dircolors -b`
since zsh understands Bourne-shell syntax.
olav@xxxxxxxxxx said:
> Do you know how I can make "zsh" give different colors to files,
> directories, links, file types, etc?
I assume you mean in completions and things. There is a patch for this, using
pretty much the bits grabbed from the colour-ls, but it was felt to be too big
to put in the core of zsh. There were threats that it might become possible
to add this kind of thing as a module, which would be acceptable, but I'm not
sure that it's possible yet, and I haven't seen it done.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author