Files
pure/readme.md
2012-10-17 21:01:52 +02:00

30 lines
978 B
Markdown

# Pure
Pretty, minimal and fast ZSH prompt
![screenshot](https://raw.github.com/sindresorhus/pure/master/screenshot.png)
## Overview
Most prompts are ugly, cluttered and slow. I wanted something visually pleasing that stayed out of my way.
Pure only shows the current user if it's not the default. It shows the current git branch and if it's dirty using the fastest method possible. And the prompt symbol turns red if the last command exited with 0.
## Getting Started
- Download `prompt.zsh` or submodule this repo
- In your `.zshrc` add `. path/to/prompt.zsh`
- Add your username to the `default_username` variable
## Tip
[Tomorrow Night](https://github.com/chriskempson/tomorrow-theme) theme with the [Droid Sans Mono](http://www.google.com/webfonts/specimen/Droid+Sans+Mono) font (15pt) is a beautiful combination, as seen in the screenshot above.
## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)
(c) [Sindre Sorhus](http://sindresorhus.com)