]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zsh/rc/010vcs.zsh
Show only action and G-flag in Git-repository
[dotfiles.git] / zsh / .zsh / rc / 010vcs.zsh
index e34b617724074cfb72f7d082a838503bc20ad499..05501023935151f4a5951c62390a8fa927e068d4 100644 (file)
@@ -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"