summaryrefslogtreecommitdiff
path: root/.zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zsh/zshrc')
-rw-r--r--.zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
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