From 30d371acc884e7978b6ffa8099f50bf35039d891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 27 Sep 2010 00:20:28 +0200 Subject: remove the bzr server stuff --- .zsh/zshrc | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to '.zsh/zshrc') diff --git a/.zsh/zshrc b/.zsh/zshrc index 5ddeb7e..1c5bb07 100644 --- a/.zsh/zshrc +++ b/.zsh/zshrc @@ -132,16 +132,7 @@ if [[ $ZSH_VERSION == 4.3.<->* ]]; then # bzr stuff zstyle ":vcs_info:bzr:*" unstagedstr '*' - - if type bzr NOE; then - if type bzrc NOE; then - bzr service NOE &! - zstyle ":vcs_info:bzr:*" command bzrc - zstyle ":vcs_info:bzr:*" use-simple false - else - zstyle ":vcs_info:bzr:*" use-simple true - fi - fi + zstyle ":vcs_info:bzr:*" use-simple true RPROMPT='${vcs_info_msg_0_:+"${vcs_info_msg_0_} "}'"${RPROMPT}" else -- cgit v1.2.3