summaryrefslogtreecommitdiff
path: root/.zsh/zshrc
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-10-08 22:21:25 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-10-08 22:21:25 +0200
commitf38c597b4507f2293fdb0a5dbc57843e21b6425f (patch)
tree4d98a464934cbc41163c5079cca325dbc4632197 /.zsh/zshrc
parent5e38653e29f8c5c7d1e630eca9e73c35cd7a8a70 (diff)
downloaddotfiles-f38c597b4507f2293fdb0a5dbc57843e21b6425f.tar.gz
dotfiles-f38c597b4507f2293fdb0a5dbc57843e21b6425f.tar.bz2
dotfiles-f38c597b4507f2293fdb0a5dbc57843e21b6425f.zip
git uses 7 digits for commit shortnames -- let us do the same
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