Page is a simple zsh theme with VCS support. The prompt shows 1 level of the current working directory, branch, and a color coded curved fat arrow.
The arrow color indicates version control status.
- No color indicates not in version controlled environment
- Blue indicates clean
- Yellow indicates dirty
Run the install script:
source install.sh
In .zshrc
, change the ZSH_THEME
to "page":
ZSH_THEME="page"
This is my personal zsh theme I maintain for myself. Feel free to fork!