bender (zsh theme)
December 30, 2024 ยท View on GitHub
Fancy two-line oh-my-zsh prompt with git integration.

Install
- Put bender.zsh-theme in
~/.oh-my-zsh/custom/themes/ - Set
ZSH_THEME="bender"in your~/.zshrc - Reload zsh configuration by running:
source ~/.zshrc
Or you can use a zsh plugin manager such as antigen, zgen or zplug.
Optional configuration
A minimal version of the prompt can be enabled by setting the following in your ~/.zshrc:
BENDER_THEME_STYLE=mini
What about bash?
Bash version is here.
What about fish?
Fish version is here.
Want to help?
Contributions are welcome. Please check the issues and feel free to point out how it could be better or open a pull request.
License
MIT