Blue/grey/white themed prompt with git status
Currently it shows the following git info
- current branch
- staged file indicator
- modified file indicator
- untracked file indicator
- ahead/behind status on remote repos if any
- number of items in the stash
It's a 2 line prompt
VCS info is based on
https://github.com/whiteinge/dotfiles/blob/master/.zsh_shouse_prompt
I used the peepcode prompt as a starting point. Not sure much of it is left.