Created
October 6, 2020 10:36
-
-
Save nicokruger/000b63e0ba1841b65a10ecc9ea30fc01 to your computer and use it in GitHub Desktop.
Fix slow oh my zsh in large git repos
This file contains 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
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