diff --git a/README.md b/README.md index adb783e6..314e77b8 100644 --- a/README.md +++ b/README.md @@ -395,6 +395,13 @@ $ git config --global --add bash-it.hide-status 1 Setting this flag globally has the same effect as `SCM_CHECK=true`, but only for Git repos. +### Speed up git status calculations + +As an alternative to ignoring repo status entirely, you can try out the `gitstatusd` plugin. +This plugin speeds up all `git status` calculations by up to 10x times! + +**NOTE**: You will need to clone `gitstatus` repo from [here](https://github.com/romkatv/gitstatus). + ### Pass function renamed to passgen The Bash-it `pass` function has been renamed to `passgen` in order to avoid a naming conflict with the [pass password manager](https://www.passwordstore.org/).