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 10077
- From: Fabian Braennstroem <f.braennstroem@xxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: acroread problem? [was: completion for pdf and python]
- Date: Sat, 25 Mar 2006 09:34:00 +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: www.braennstroem.de
- References: <slrne27m0i.6q9.f.braennstroem@xxxxxxxxxxxxxxxxxxxxx> <20060324121724.GB5211@xxxxxxxxxx> <slrne27sp9.6q9.f.braennstroem@xxxxxxxxxxxxxxxxxxxxx> <20060324133300.GA28309@xxxxxxxxxxxxxxx> <slrne28749.ncs.f.braennstroem@xxxxxxxxxxxxxxxxxxxxx> <EXCHANGE03ZZvYL3Mab00003044@xxxxxxxxxxxxxxxxxx>
- Reply-to: f.braennstroem@xxxxxx
- Sender: news <news@xxxxxxxxxxxxx>
Hi,
* Peter Stephenson <pws@xxxxxxx> wrote:
> Fabian Braennstroem wrote:
>> * Frank Terbeck <frank.terbeck@xxxxxxxxxxxxxx> wrote:
>> > zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
>> >
>> > That should use the same colors that 'ls' uses.
>>
>> Thanks, but it does not have any affect!?
>
> If you want to set up LS_COLORS, use dircolors, which comes with GNU ls.
Thanks to all! I use:
eval $(dircolors -b ~/.dircolors)
setopt autolist
ZLS_COLOURS=$LS_COLORS
export ZLS_COLOURS
#LS_COLORS=$ZLS_COLOURS
#export LS_COLORS
ZLS_COLOURS="$ZLS_COLOURS:(hosts)=(#b)(*).(mayn.de)=36;40=31;40" # real fun
ZLS_COLOURS="$ZLS_COLOURS:(hosts)=*=33;40" # hostnames in yellow
ZLS_COLOURS="$ZLS_COLOURS:(users)=*=32;40" # users in green
export ZLS_COLOURS
It works fine for me :-)
Greetings!
Fabian
Messages sorted by:
Reverse Date,
Date,
Thread,
Author