From 54b7d73ea80ab9e69441e46e34aa6fecbfeaebba Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 29 Jun 2015 16:26:55 +0300 Subject: [PATCH] zshrc: comment vcs --- rc/zshrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rc/zshrc b/rc/zshrc index a7c94293..6ee5e5fa 100644 --- a/rc/zshrc +++ b/rc/zshrc @@ -33,13 +33,13 @@ autoload -Uz promptinit # Green for normal user and red for root and show exit status # if it's not 0. Thank you nyuszika7h promptinit -autoload -Uz vcs_info +#autoload -Uz vcs_info autoload -Uz colors && colors setopt PROMPT_SUBST -zstyle ':vcs_info:*' check-for-changes true -zstyle ':vcs_info:*' enable git svn bzr hg -zstyle ':vcs_info:*' formats '%b ' -precmd() { vcs_info } +#zstyle ':vcs_info:*' check-for-changes true +#zstyle ':vcs_info:*' enable git svn bzr hg +#zstyle ':vcs_info:*' formats '%b ' +#precmd() { vcs_info } PS1="%B%(!.%F{red}.%F{green})%n@%m %~ %# %(?..%B%?%b )%f%b"