]> Sergey Matveev's repositories - dotfiles.git/blob - zsh/.zsh/rc/010vcs.zsh
Git VCS in zsh prompt
[dotfiles.git] / zsh / .zsh / rc / 010vcs.zsh
1 autoload -Uz vcs_info
2 zstyle ":vcs_info:*" enable git
3 zstyle ":vcs_info:*" max-exports 1
4 zstyle ":vcs_info:*" get-revision true
5 zstyle ":vcs_info:*" formats "%i"
6 zstyle ":vcs_info:*" actionformats "%a|%i"