macOS Catalina: bash → zsh? Where to add new path variables

Viewed 1757

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..)

0 Answers
Related