]> Sergey Matveev's repositories - dotfiles.git/blob - zsh/.zsh/rc/010vcs.zsh
05501023935151f4a5951c62390a8fa927e068d4
[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:git:*" formats "G"
5 zstyle ":vcs_info:git:*" actionformats "%a"