X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/b6775e80fe4b204ae714ffac0e241f557716651a..a5062beb39198fd202dec7b8ca7b2a3ed2d81c27:/.zsh/zshrc/85_vcs_prompt diff --git a/.zsh/zshrc/85_vcs_prompt b/.zsh/zshrc/85_vcs_prompt index 267b178..0c9db46 100644 --- a/.zsh/zshrc/85_vcs_prompt +++ b/.zsh/zshrc/85_vcs_prompt @@ -60,7 +60,7 @@ __bzr_get_branch() branch-nick:) branch="$j";; esac done - echo "${branch}@$revno" + echo "bzr:${branch}@$revno" } __vcs_get_repo_type()