From 5956688ae6419090ee4147ff20b9885e270eadbd Mon Sep 17 00:00:00 2001 From: "Clifford W. Hansen" Date: Mon, 27 Jan 2014 12:31:40 +0200 Subject: [PATCH] Added svn support to maran --- themes/maran.zsh-theme | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/maran.zsh-theme b/themes/maran.zsh-theme index 6fba0468..7f310e2d 100644 --- a/themes/maran.zsh-theme +++ b/themes/maran.zsh-theme @@ -1,6 +1,8 @@ # Theme with full path names and hostname # Handy if you work on different servers all the time; -PROMPT='%{$fg[cyan]%}%n%{$reset_color%}@%{$fg[yellow]%}%M:%{$fg[green]%}%/%{$reset_color%} $(git_prompt_info) %(!.#.$) ' +PROMPT='%{$fg[cyan]%}%n%{$reset_color%}@%{$fg[yellow]%}%M:%{$fg[green]%}%/%{$reset_color%} $(svn_prompt_info)$(git_prompt_info) %(!.#.$) ' ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[cyan]%}git:(" ZSH_THEME_GIT_PROMPT_SUFFIX=")%{$reset_color%}" +ZSH_THEME_SVN_PROMPT_DIRTY="%{$fg[red]%}*%{$reset_color%}" +ZSH_THEME_SVN_PROMPT_CLEAN=""