From 7c8df26e7c76c966e998d1eb9408846ba3fa62fa Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 12 Sep 2013 12:39:34 +0200 Subject: [PATCH] zsh/rc: Disable Mercurial support for vcs_info. --- zsh/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/rc b/zsh/rc index 7429b9b..8b5a333 100644 --- a/zsh/rc +++ b/zsh/rc @@ -220,8 +220,8 @@ if [[ $ZSH_VERSION == (4.3.<9->*|4.<4->*|<5->*) || # Load vcs_info to display information about version control repositories. autoload -Uz vcs_info - # Only look for git and mercurial repositories; the only I use. - zstyle ':vcs_info:*' enable git hg + # Only look for certain VCS. + zstyle ':vcs_info:*' enable git # Check the repository for changes so they can be used in %u/%c (see # below). This comes with a speed penalty for bigger repositories. zstyle ':vcs_info:*' check-for-changes yes -- 2.44.1