summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zsh/zshrc11
1 files changed, 1 insertions, 10 deletions
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