My previous fix for /usr/libexec/path_helper messing with the PATH was no longer working because zsh sources /etc/zprofile (which on MacOS executes path_helper) AFTER $HOME/.zshenv, thus overwriting my changes.
findutils