speed up the zsh under the git repo Posted on 2017-04-20 ¶Method 1 Uncomment the DISABLE_UNTRACKED_FILES_DIRTY="true" inside the .zshrc ¶Method 2 Global configuration 1git config --global --add oh-my-zsh.hide-dirty 1 for some of the repo 1git config --add oh-my-zsh.hide-dirty 1