oh-my-zsh não inicia no mac

Instalei o oh-my-zsh, conforme sugerido emhttp://ohmyz.sh/. PARA SUA INFORMAÇÃO,

[~]$ zsh --version
zsh 5.0.8 (x86_64-apple-darwin15.0)
[~]$ echo $SHELL
/bin/zsh
[~]$ ls .oh-my-zsh/
LICENSE.txt  cache        lib          oh-my-zsh.sh templates    tools
README.md    custom       log          plugins      themes

Somente quando digito "zsh", é possível ver o prompt oh-my-zsh como:

[~]$ zsh
➜  ~ 

Além disso, tentei alterar meu shell padrão para zsh:

[~]$ chsh -s /bin/zsh
Changing shell for myUserName.
Password for myUserName: 
chsh: no changes made

Como posso usar diretamente oh-my-zsh sempre que inicio o terminal mac?

questionAnswers(2)

yourAnswerToTheQuestion