From 3ff2e88fa4a1f358d34d3d4f57267edc569b0284 Mon Sep 17 00:00:00 2001 From: steeef Date: Fri, 1 Oct 2010 10:55:37 -0700 Subject: [PATCH] enabled svn, git in vcs_info --- themes/steeef.zsh-theme | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/steeef.zsh-theme b/themes/steeef.zsh-theme index 5c0dc1119..6fd3b3d79 100755 --- a/themes/steeef.zsh-theme +++ b/themes/steeef.zsh-theme @@ -20,6 +20,9 @@ autoload -U add-zsh-hook autoload -Uz vcs_info +# enable VCS systems you use +zstyle ':vcs_info:*' enable git svn + # check-for-changes can be really slow. # you should disable it, if you work with large repositories zstyle ':vcs_info:*:prompt:*' check-for-changes true