When executing rez-env my_package in zsh rez is unable to load context of package even though some sort of child shell is created. The same thing works however when using bash. More in thread on slack: https://academysoftwarefdn.slack.com/archives/C0321B828FM/p1767119865724849
Environment
To Reproduce
cd ~
touch .zshenv
rez-env
Expected behavior
Rez load created context
Actual behavior
New shell created but nothing happens.