From 18c3d66dd520ab1a6a86de9e6cf3d4f879ca6d0d Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 24 Jun 2014 18:05:58 +0200 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 36e8c8d..6810d49 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ Most prompts are cluttered, ugly and slow. I wanted something visually pleasing ### Why? - Comes with the perfect prompt character. Author went through the whole Unicode range to find it. -- Shows `git` branch and whether it's dirty using the [fastest](https://gist.github.com/3898739) method available. +- Shows `git` branch and whether it's dirty (with a `*`) using the [fastest](https://gist.github.com/3898739) method available. - Indicates when you have unpushed/unpulled `git` commits with up/down arrows. - 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.