Created
January 20, 2023 03:58
-
-
Save grizmio/8e7965022fb47694fbc0a64365478229 to your computer and use it in GitHub Desktop.
zsh, oh my zsh and git plugin too slow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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