Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: list-dirs-first bug
- X-seq: zsh-users 24388
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: sergio <sergio@xxxxxxxxxxxxx>
- Subject: Re: list-dirs-first bug
- Date: Sat, 26 Oct 2019 14:41:21 +0200
- Cc: zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=QuoY4oX743EWvu+QCe0DK9PbHh9agGmtp21CK6NzWxU=; b=QhNIlN7CCNsDk6kavGjDqHKil/Tbi2EJGu7n4WZcOOHbkJciHXhbNQtJu+tl5giCvk SA1CcIkPXQT7g1IBhfGwLR5msHd329fOPAvB5Bi3y0WhSPLyXvNhb3mmGSLL/xvYtETw 36tPZrP//GvaBBU+qhYECcQeLlV09hqAuBgENgKpxyCaXHLh4ikHE+EoxF+/4jRsqKN8 egVAUt0pMUEAcZaE0ym3nVd5O2rTmREeZ6+xLLFlCH7TWddEr82ZKkKeuH2cLmdEmeVZ pxrT0kt0vO4InRi5PSEri3I3HsDroOz5rza0soBfO56fVoE76XIy/LKbZaIw23rgGec9 N8YA==
- In-reply-to: <4b93af77-7dc2-b092-6f12-9562e07aa069@outerface.net>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <bb283080-0868-11fc-b35b-3cd22c4c8c45@outerface.net> <CAHYJk3RSVPASC_pNW74EO4Ad=FXu34_Pa83JwypMXThy3880qw@mail.gmail.com> <4b93af77-7dc2-b092-6f12-9562e07aa069@outerface.net>
On 10/25/19, sergio <sergio@xxxxxxxxxxxxx> wrote:
> Mikael,
>
> I'm subscribed, reply to list please.
Editing mail headers manually is too much effort, set up your mail
client to not show duplicates.
>> zstyle ':completion:*' accept-exact-dirs 'yes'
>
> Yes, thank you!
>
> Would
> zstyle ':completion:*' accept-exact-dirs true
> be more correct?
No, zstyle -t accepts any of true, yes, on, and 1 as truth values. I
think you can also leave it empty, or give multiple values where at
least one of the specified strings are one of the given truth values.
Arguably the last one is "less" correct.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author