Fancy two-line oh-my-zsh prompt with git integration.
- Put bender.zsh-theme in
~/.oh-my-zsh/custom/themes/
- Set
ZSH_THEME="bender"
in your~/.zshrc
- Reload zsh configuration by running:
source ~/.zshrc
You can use a zsh plugin manager such as antigen, zgen or zplug.
You can enable a minimal version of the prompt by setting in your ~/.zshrc
:
BENDER_THEME_STYLE=mini
Bash version is here.
Contributions are welcome. Please check the issues and feel free to point out how it could be better or open a pull request.
MIT