http://img40.imageshack.us/img40/3738/zsh2.png - this shows a regular svn repo
This is what you need in your zshrc
# precmd is called just before the prompt is printed function precmd() { title “zsh” “$USER@%m” “%55<…<%~” psvar=() vcs_info [[ -n $vcs_info_msg_0_ ]] && psvar[1]=”$vcs_info_msg_0_” }
vcs_info export RPS1=”${YELLOW}%1v${NORM}”
http://img40.imageshack.us/img40/3738/zsh2.png - this shows a regular svn repo
This is what you need in your zshrc
# precmd is called just before the prompt is printed function precmd() { title “zsh” “$USER@%m” “%55<…<%~” psvar=() vcs_info [[ -n $vcs_info_msg_0_ ]] && psvar[1]=”$vcs_info_msg_0_” }
vcs_info export RPS1=”${YELLOW}%1v${NORM}”