oh-my-zsh config file not loading
zsh, zshrc
Solution
I figured this out. It was due to my config file. The part of the zsh config that wasn't loading needed to be moved down after the plugins load. After moving that it all worked as expected.
Problem
I am trying to get ZSH config working correctly on Mac OSX. I installed it using curl: `curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh`. Then I modified my zshrc file to fit my needs. It works only after I run `source ~/.zshrc`. But then if I come back and open a new tab or new terminal I have to do `source ~/.zshrc` to get the config settings to work again. Has anybody ran into this issue? I believe there is a way to make it so I don't have to do source `~/.zshrc` with every new tab.