From 74dbfba33ec31c50b3b41071d13a01e7c0de6517 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 4 Mar 2016 18:23:58 +0700 Subject: [PATCH] readme - mention that the git check is done asynchronously #187 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 023b292..318b12c 100644 --- a/readme.md +++ b/readme.md @@ -14,7 +14,7 @@ Most prompts are cluttered, ugly and slow. I wanted something visually pleasing - Comes with the perfect prompt character. Author went through the whole Unicode range to find it. - Shows `git` branch and whether it's dirty (with a `*`). -- Indicates when you have unpushed/unpulled `git` commits with up/down arrows. +- Indicates when you have unpushed/unpulled `git` commits with up/down arrows. *(Check is done asynchronously!)* - Prompt character turns red if the last command didn't exit with `0`. - Command execution time will be displayed if it exceeds the set threshold. - Username and host only displayed when in an SSH session.