Skip to content

Instantly share code, notes, and snippets.

@grizmio
Created January 20, 2023 03:58
Show Gist options
  • Save grizmio/8e7965022fb47694fbc0a64365478229 to your computer and use it in GitHub Desktop.
Save grizmio/8e7965022fb47694fbc0a64365478229 to your computer and use it in GitHub Desktop.
zsh, oh my zsh and git plugin too slow
# https://github.com/ohmyzsh/ohmyzsh/issues/10175
DISABLE_UNTRACKED_FILES_DIRTY="true" in .zshrc
git config --global --add oh-my-zsh.hide-status 1
git config --global --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