Skip to content

Instantly share code, notes, and snippets.

@JamesMenetrey
Last active January 8, 2019 01:47
Show Gist options
  • Save JamesMenetrey/326363da182a894adaa241690ebd38e1 to your computer and use it in GitHub Desktop.
Save JamesMenetrey/326363da182a894adaa241690ebd38e1 to your computer and use it in GitHub Desktop.
Oh-my-zsh git prompt slowness

Oh-my-zsh git prompt slowness

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.

Source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment