diff --git a/via.zsh-theme b/via.zsh-theme
index ebd2c41d11bae23cbabd3dc923a7538a3685d17d..7e2f02da1fac7af130c42c51373ba0f519b2048a 100644
--- a/via.zsh-theme
+++ b/via.zsh-theme
@@ -23,8 +23,10 @@ local current_dir="%{$fg_bold[green]%}%~%{$reset_color%}"
 PROMPT='${clock} ${user_host} ${current_dir}${eol} '
 
 # Display vcs info
+# http://zsh.sourceforge.net/Doc/Release/User-Contributions.html#Version-Control-Information
 autoload -Uz vcs_info
 
+zstyle ':vcs_info:*' max-exports 1		# vcs_info only sets vcs_info_msg_0_
 zstyle ':vcs_info:*' enable git
 zstyle ':vcs_info:*' check-for-changes true