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

Re: list-dirs-first bug



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