X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=zsh%2F.zsh%2Frc%2F010vcs.zsh;h=05501023935151f4a5951c62390a8fa927e068d4;hb=e9b14ce0595b7d3c5dfe4cca58e740c73c712e59;hp=e34b617724074cfb72f7d082a838503bc20ad499;hpb=ef87a5c464a439adfae72239f92f6a0e80d3a99b;p=dotfiles.git diff --git a/zsh/.zsh/rc/010vcs.zsh b/zsh/.zsh/rc/010vcs.zsh index e34b617..0550102 100644 --- a/zsh/.zsh/rc/010vcs.zsh +++ b/zsh/.zsh/rc/010vcs.zsh @@ -1,6 +1,5 @@ autoload -Uz vcs_info zstyle ":vcs_info:*" enable git zstyle ":vcs_info:*" max-exports 1 -zstyle ":vcs_info:*" get-revision true -zstyle ":vcs_info:*" formats "%i" -zstyle ":vcs_info:*" actionformats "%a|%i" +zstyle ":vcs_info:git:*" formats "G" +zstyle ":vcs_info:git:*" actionformats "%a"