A Gister zsh theme with no dependencies.
- Red
➜
when last command failed, green otherwise. - Current working directory, relative to the root when in a repo.
- Current branch name.
- Stage and Unstaged satus.
This theme can customized by changing the following git-info module context formats, after the theme has been initialized:
Context name | Description | Default value |
---|---|---|
branch | Branch name | %b |
commit | Commit short hash | %c |
clean | Clean state | %F{green}✓ |
dirty | Dirty state | %F{yellow}✗ |
Use the following command to change the value of a context format:
zstyle ':zim:git-info:<context_name>' format '<new_value>'
For detailed information, check the git-info documentation.
- No extra dependecies. Uses zsh
vcs_info
module. - Compatible with Git, Subversion, Mercurial.
Checkout μz a micro plugins manager for zsh.