Can someone explain to me why I am getting this shell prompt when I'm in the /home directory, and how to get rid of it? I am using zsh.
I want it to display only the following:
user@host ~ %
but it displays:
user@host ~ (svn)-[jp2014_213276_567222:1] %
I want to get rid of the part from (svn) up to the ~.
Output of echo $PS1:
%B%F{red}%(?..%? )%f%b%B%F{blue}%n%f%b@%m %B%40<..<%~%<< %b%F{magenta}(%fsvn%F{magenta})%F{yellow}-%F{magenta}[%F{green}2510_1331544_1331256%F{red}:%F{yellow}1%F{magenta}]%f %# 
echo $PS1.echo $PS1" or something. Otherwise it just looks like line noise