Is it possible to implement a local export in zsh? Possibly using try and always?
Does this create race-conditions?
By local export, I mean sth exactly like a local variable, that is accessible to the subprocesses (in scope).
Is it possible to implement a local export in zsh? Possibly using try and always?
Does this create race-conditions?
By local export, I mean sth exactly like a local variable, that is accessible to the subprocesses (in scope).