2

I am trying to use $ZSH_ARGZERO according to this answer.

However that variable is not available in my terminal (interactive) or scripts. I assume a setopt has to be allowed (although I might be incorrect). I am not aware of having disabled it in my terminal.

my zsh --version is zsh 5.1.1.

Thank you

manolius
  • 395
  • 3
  • 15

1 Answers1

1

$ZSH_ARGZERO was introduced in Zsh 5.3. You will need to upgrade.

Marlon Richert
  • 5,250
  • 1
  • 18
  • 27