summaryrefslogtreecommitdiff
path: root/.zsh/zshrc
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-09-27 00:20:28 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-09-27 00:20:30 +0200
commit30d371acc884e7978b6ffa8099f50bf35039d891 (patch)
treec7c350aeed248b2e1c139dca55fd7ac13dee0964 /.zsh/zshrc
parentdd7e62def31626428b8213bee9b3af12bb7cc155 (diff)
downloaddotfiles-30d371acc884e7978b6ffa8099f50bf35039d891.tar.gz
dotfiles-30d371acc884e7978b6ffa8099f50bf35039d891.tar.bz2
dotfiles-30d371acc884e7978b6ffa8099f50bf35039d891.zip
remove the bzr server stuff
Diffstat (limited to '.zsh/zshrc')
-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