diff options
Diffstat (limited to '')
-rw-r--r-- | .zsh/zshrc | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -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 |