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