Disable git status to boost Oh-My-Zsh performance
Since my ZSH is very slow on big Git projects, I decided to disable the git status feature.
Single project:
git config --add oh-my-zsh.hide-status 1 git config --add oh-my-zsh.hide-dirty 1
Globally:
git config --global --add oh-my-zsh.hide-status 1 git config --global --add oh-my-zsh.hide-dirty 1