Long story short, the prompt executes git status
everytime, which can cause performance issues. To solve it, execute the following line in your terminal:
git config --global oh-my-zsh.hide-dirty 1
Be aware that the status of your working directory won't be displayed in your prompt anymore.