A ZSH theme optimized for people who use:
- Solarized
- Git
- Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)
For Mac users, I highly recommend iTerm 2 + Solarized Dark
| #!/bin/bash | |
| interactive=0 | |
| manual=0 | |
| list=0 | |
| branches=() | |
| response="" | |
| shouldDelete=0 | |
| function usage() { |