So I installed Anaconda and everything is working. After I installed it I decided to switch to oh-my-zsh. I am now getting:
oh-my-zsh
zsh
This is all I had to add to add get anaconda working for zsh.
echo ". /anaconda3/etc/profile.d/conda.sh" >> ~/.zshrc source ~/.zshrc