Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: whence question
- X-seq: zsh-users 22368
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Ray Andrews <rayandrews@xxxxxxxxxxx>
- Subject: Re: whence question
- Date: Sat, 14 Jan 2017 04:40:44 +0000
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= mesmtp; bh=o6NUCsL4IZX5eDgCRofr+JcU/rs=; b=RjJrCZbLrCkqHBepGzkkl 4qKNhuQ9mA0j5GK+OurV2ny9JFnxGoB19m6O3Rr8VGd3pgSLAvUEqaIAHyqL3NKB CliQLVm8aDL/pDoGiCc4rD7JzVVGZqO4cXLugoJJ2snNaFtF4hhP+1uExj1nIkmh CtrondkkynHqmOkgvBXmDg=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= smtpout; bh=o6NUCsL4IZX5eDgCRofr+JcU/rs=; b=mnEOkeewHrnk5FIUpiui 67YhO0iBU/aGP0gQy5RH+hpezaqnBhn7k5gP8jwoVcX2YcZPvrHhv7X2ia3Kh5q+ jCun6CvelEBmTGFKa3WrECpFcI4Dv2eh5ZoKC4OH5lhg/JGjxW80pYHDBgW30HTu /PVOOvhkyvlqB6oc4O5CYw8=
- In-reply-to: <652bcc3f-7365-2e52-d39c-8576278606bc__74.9235078275845$1484367323$gmane$org@eastlink.ca>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <652bcc3f-7365-2e52-d39c-8576278606bc__74.9235078275845$1484367323$gmane$org@eastlink.ca>
Ray Andrews wrote on Fri, Jan 13, 2017 at 20:13:49 -0800:
> I'd expect the 'm' and 'a' switches to do their duty even if there is a
> local file.
That's expected when you have setopt nonomatch in your config.
The alternative is to leave the option at its default setting and use
«alias whence='noglob whence'».
Messages sorted by:
Reverse Date,
Date,
Thread,
Author