From b95062192a241e5261e2008e0fed023bcff76620 Mon Sep 17 00:00:00 2001 From: Noah Gorny Date: Fri, 19 Jun 2020 21:58:45 +0300 Subject: [PATCH] Add docs about gitstatusd in README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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/).