Ever since the latest macOS update, I've been using zsh as the default shell. However, all my PATH variables are set up in ~/.bash_profile
.
~/.zprofile
and ~/.zshenv
doesn't exist, and ~/.zshrc
has no path variables
My question is: where should I actually put my path variables in the future? Everything seems to work fine (GO Path, Python, Node paths - none of them are in the zsh profile though..)