Update readme.md

This commit is contained in:
Sindre Sorhus
2014-08-09 17:59:17 +02:00
parent 6426a71178
commit 7c00276fba

View File

@@ -11,13 +11,14 @@ Most prompts are cluttered, ugly and slow. I wanted something visually pleasing
### Why? ### Why?
- Comes with the perfect prompt character. Author went through the whole Unicode range to find it. - 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 `*`). - 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.
- Prompt character turns red if the last command didn't exit with `0`. - 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. - Command execution time will be displayed if it exceeds the set threshold.
- Username and host only displayed when in an SSH session. - Username and host only displayed when in an SSH session.
- Shows the current path in the title and the [current directory and command](screenshot-title-cmd.png) when a process is running. - Shows the current path in the title and the [current folder & command](screenshot-title-cmd.png) when a process is running.
- Makes an excellent starting point for your own custom prompt. - Makes an excellent starting point for your own custom prompt.