Skip to content

Commit

Permalink
readme - add note about push/pull arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 29, 2014
1 parent 1ec0c5c commit e95e343
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,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 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.
- Username and host only displayed when in an SSH session.
Expand All @@ -36,7 +37,7 @@ That's it. Skip to [Getting started](#getting-started).

1. Either…
- Clone this repo
- add it as a submodule, or
- add it as a submodule, or
- just download `pure.zsh`

2. Symlink `pure.zsh` to somewhere in [`$fpath`](http://www.refining-linux.org/archives/46/ZSH-Gem-12-Autoloading-functions/) with the name `prompt_pure_setup`.
Expand Down

0 comments on commit e95e343

Please sign in to comment.