Skip to content

Instantly share code, notes, and snippets.

@markusritschel
Created August 7, 2020 10:54
Show Gist options
  • Save markusritschel/7e53412e4a61fc3a6eaa6ca4df07b927 to your computer and use it in GitHub Desktop.
Save markusritschel/7e53412e4a61fc3a6eaa6ca4df07b927 to your computer and use it in GitHub Desktop.
Deactivate the git-status function for oh-my-zsh to avoid slow-down on huge git repositories
# following https://stackoverflow.com/a/25864063/5925453
git config --add oh-my-zsh.hide-status 1
git config --add oh-my-zsh.hide-dirty 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment