From f38c597b4507f2293fdb0a5dbc57843e21b6425f Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Thu, 8 Oct 2009 22:21:25 +0200 Subject: git uses 7 digits for commit shortnames -- let us do the same --- .zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zsh') diff --git a/.zsh/zshrc b/.zsh/zshrc index f5ebff5..43f021f 100644 --- a/.zsh/zshrc +++ b/.zsh/zshrc @@ -108,7 +108,7 @@ if [[ $ZSH_VERSION == 4.3.<->* ]]; then autoload -Uz vcs_info zstyle ":vcs_info:*" enable bzr cvs svn git hg - zstyle ":vcs_info:*" formats "%B%{$fg[yellow]%}[%{$fg[green]%}(%u%c) %{$fg[yellow]%}%b:%1.6i%f%%b (%s)%B%{$fg[yellow]%}]%f%%b" + zstyle ":vcs_info:*" formats "%B%{$fg[yellow]%}[%{$fg[green]%}(%u%c) %{$fg[yellow]%}%b:%1.7i%f%%b (%s)%B%{$fg[yellow]%}]%f%%b" zstyle ":vcs_info:*" branchformat "%b" zstyle ":vcs_info:*" get-revision true zstyle ":vcs_info:*" check-for-changes true -- cgit v1.2.3-54-g00ecf