Re: Filename generation: instruct zsh not to follow symbolic links?

Bart Schaefer <[email protected]> Thu, 16 Jul 2026 12:17:55 -0700
Newsgroups gmane.comp.shells.zsh.user
Message-ID <CAH+w=7YuuknewbozmkV1n9HfbuGC=vm=60998a+dtNfZkx4AKg@mail.gmail.com>
Oops, forgot about fixing relative paths:

On Thu, Jul 16, 2026 at 12:10=E2=80=AFPM Bart Schaefer
<[email protected]> wrote:
>
> % nosym() { [[ $REPLY =3D=3D $REPLY:A ]] || reply=3D() }

nosym() { [[ $REPLY:a =3D=3D $REPLY:A ]] || reply=3D() }