command not found when source ~/.zshrcprompt_context:13: command not found: whoami 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