Troubleshooting prezto

I was an oh-my-zsh user but decided to switch to prezto. I followed the steps on the github page: https://github.com/sorin-ionescu/prezto

Uninstalled oh-my-zsh, git cloned prezto. Not sure if I understand step 3, but now I have .zshrc, .zprofile, .zpreztorc under my home dir. However, when I open a new tab with zsh, I can still see the most basic zsh setup. (for example, I haven't seen Sorina's topic). Any idea on how to debug my installation?

I am running this on the latest OS X with iTerm2.

+3


source to share


1 answer


Found the problem. I didn't have the .zshrc correct. Some discussion can be found at https://github.com/sorin-ionescu/prezto/issues/231



After removing the .zshrc and rerunning step 3. Prezto works fine for me now.

+5


source







All Articles