Defining a PATH env var in pkgx.yaml causes all other pkgx entries to be lost from my $PATH. Best way to illustrate is with two sessions:
First when a PATH env var is defined
Yarn is not in my path until I run env to reload it.
But commenting out the PATH env var fixes the problem
Now yarn is in my path without reloading the env 👍