]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh/rc: Disable Mercurial support for vcs_info.
authorSimon Ruderich <simon@ruderich.org>
Thu, 12 Sep 2013 10:39:34 +0000 (12:39 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 12 Sep 2013 10:39:34 +0000 (12:39 +0200)
zsh/rc

diff --git a/zsh/rc b/zsh/rc
index 7429b9b6f8e7baf2619c5086617af27ec672ce63..8b5a333ccdbbf066c53f68bc5a69e96c31612c6b 100644 (file)
--- 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