@ -103,8 +103,12 @@ then
then COLOR="red"
else COLOR="blue"
fi
else
if [ -n "$SSH_CLIENT" ]
then COLOR="blue"
else COLOR="green"
export PS1='%m%{$fg[$COLOR]%}:%{$reset_color%}%~${vcs_info_msg_0_}%{$fg[$COLOR]%}%#%{$reset_color%} '
export PS2="%_> "