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
I found an easy way. you can try to test it.
Just follow below steps as I show:
First, in terminal, enter
vim ~/.zshrc
add
source ~/.bash_profile
into .zshrc file
and then in terminal, enter
source ~/.zshrc
Congratulation for you.