When I run echo $PATH, my output is:
/usr/bin:/bin:/usr/sbin:/sbin
But in my .zshrc, $PATH is commented out:
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
So, where is my PATH variable defined at? I am using oh-my-zsh, not sure if it has any difference from zsh.