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

Re: acroread problem? [was: completion for pdf and python]



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