-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to disable status notification #1077
Add option to disable status notification #1077
Conversation
For certain git repositories, this slows down usage of the shell horifically. This option can be set with git config --add oh-my-zsh.hide-status 1 which will disable checking/showing the status notification
It would be nice to control this on per-repository level. Currently I'm overriding |
fedot, this does allow it to be done on a per-repository level, as it's git config rather than git config --global |
@Mezzle kudos! I understand that your patch does allow it to be configured on per-repository level, and I personally think this make a great addition. ;) Just wanted to provide quick and dirty way of doing this until this merged for people who don't want to apply it manually. |
+1 on this patch. I have a repo with more than 10000 files, I end up waiting 5-15 secs. each time I hit the enter key. With this patch that is gone! |
+1 to merge this in. |
+1 to this patch |
+1 to merge this in. |
+1 to merge. |
+1 to merge |
Add option to disable status notification
This is fantastic, thanks a lot. |
For certain git repositories, this slows down usage
of the shell horifically.
This option can be set with
which will disable checking/showing the status notification