From: Simon Ruderich Date: Thu, 12 Sep 2013 10:39:34 +0000 (+0200) Subject: zsh/rc: Disable Mercurial support for vcs_info. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=7c8df26e7c76c966e998d1eb9408846ba3fa62fa zsh/rc: Disable Mercurial support for vcs_info. --- 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