From 7c00276fba238f079d6d5eb812af6b93758a21a5 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 9 Aug 2014 17:59:17 +0200 Subject: [PATCH] Update readme.md --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 3893d002..ddd28a66 100644 --- a/readme.md +++ b/readme.md @@ -11,13 +11,14 @@ 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. +- 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. - 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. -- 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.