(hopefully the diagram is correct)

ummm, in the bash case the non-login/non-interactive case (dark blue) line stops at BASH_ENV and never gets to running 😁

So now you would have to duplicate your configuration so it's both in .profile and .zshenv

This is what I see as the primary issue, and, despite @kugel-'s protests, even on Linux users (or some install scripts) will set stuff up in .bashrc not in .profile, so again it doesn't work.

And then there are those places where /bin/sh is actually dash not bash or zsh. I do hope it is actually sh compliant?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.