Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: acroread problem? [was: completion for pdf and python]
- X-seq: zsh-users 10071
- From: Frank Terbeck <frank.terbeck@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: acroread problem? [was: completion for pdf and python]
- Date: Fri, 24 Mar 2006 14:33:00 +0100
- In-reply-to: <slrne27sp9.6q9.f.braennstroem@xxxxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Operating-system: Linux 2.6.15.1 i686
- References: <slrne27m0i.6q9.f.braennstroem@xxxxxxxxxxxxxxxxxxxxx> <20060324121724.GB5211@xxxxxxxxxx> <slrne27sp9.6q9.f.braennstroem@xxxxxxxxxxxxxxxxxxxxx>
Fabian Braennstroem <f.braennstroem@xxxxxx>:
[...]
> > All the programs you mentioned already have completion functions for a
> > while (I just tested zsh 4.1.1) and already what you want by default.
[...]
>
> Sorry, it obviously works with version 4.3.2 (ubuntu)
> without my completions! My problem was that I missed the
> completion due to too many directories aside the pdf and
> python files! Would that be possible define different colors
> for directories and files in completions?
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
That should use the same colors that 'ls' uses.
Regards, Frank
Messages sorted by:
Reverse Date,
Date,
Thread,
Author