zsh-workers
 help / color / mirror / code / Atom feed
From: dana <dana@dana.is>
To: Sebastian Gniazdowski <psprint@zdharma.org>
Cc: zsh-workers@zsh.org
Subject: Re: Handling of *ARGZERO options, for Zsh <= 5.3
Date: Tue, 2 Jan 2018 10:57:26 -0600	[thread overview]
Message-ID: <786CAD82-87B3-4ECD-BFDF-99E7D4E1D5F3@dana.is> (raw)
In-Reply-To: <etPan.5a4b5c52.d9c84bc.13d7@zdharma.org>

On 2 Jan 2018, at 04:17, Sebastian Gniazdowski <psprint@zdharma.org> wrote:
>I want to filter out $0 value if it contains path to Zsh binary:

A lot of the time you won't have the path to the zsh binary; it will often just
be the base name:

  % print $ZSH_ARGZERO
  zsh

Even when you have a path you might need to deal with symlinks, &c. On mine
sometimes i'll have /usr/local/bin/zsh and other times it'll have been resolved
to /usr/local/Cellar/zsh/x.y.z/bin/zsh.

On 2 Jan 2018, at 04:17, Sebastian Gniazdowski <psprint@zdharma.org> wrote:
>Above works, but for Zsh 5.3 and above. Is it possible to do this with earlier Zshells?

If the problem is ZSH_ARGZERO, shouldn't this work in like 5.0+?

  () {
    setopt local_options posix_argzero
    MY_ARGZERO=$0
  }

dana


  reply	other threads:[~2018-01-02 16:57 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-02 10:17 Sebastian Gniazdowski
2018-01-02 16:57 ` dana [this message]
2018-01-02 19:35   ` Bart Schaefer
     [not found]   ` <etPan.5a4bdf5d.6db8c70b.13d7@AirmailxGenerated.am>
2018-01-03  5:14     ` Sebastian Gniazdowski
2018-01-03  5:27       ` dana
2018-01-03  7:14         ` dana
2018-01-02 19:25 ` Eric Cook
2018-01-04  2:02   ` Bart Schaefer
     [not found] ` <etPan.5a4bbc41.719c42d6.13d7@AirmailxGenerated.am>
2018-01-03  5:08   ` Sebastian Gniazdowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=786CAD82-87B3-4ECD-BFDF-99E7D4E1D5F3@dana.is \
    --to=dana@dana.is \
    --cc=psprint@zdharma.org \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).