Custom Oh-my-zsh theme to support svn
Find your theme file in ~/.oh-my-zsh/themes/, then edit it;
Add
local svn_info='$(svn_prompt_info)'
;Append
%{$reset_color%}${svn_info}
to Prompt variable;Add followings to END-OF-FILE.
1 | ZSH_THEME_SVN_PROMPT_PREFIX="%{$fg_bold[blue]%}svn:(" |