.zshrc:101: command not found: export override_jb_variables:1: command not found: env code example
Example 1: zsh command not found
source ~/.bash_profile
Example 2: zsh: command not found
PATH=/bin:/usr/bin:/usr/local/bin:${PATH}
export PATH
source ~/.bash_profile
PATH=/bin:/usr/bin:/usr/local/bin:${PATH}
export PATH