aboutsummaryrefslogtreecommitdiff
path: root/zsh/appearance.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/appearance.zsh')
-rw-r--r--zsh/appearance.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/appearance.zsh b/zsh/appearance.zsh
index e8d6dff..408bc1b 100644
--- a/zsh/appearance.zsh
+++ b/zsh/appearance.zsh
@@ -38,4 +38,4 @@ function return_code {
}
PROMPT='%{$fg[yellow]%}%n%{$reset_color%}@%{$fg[green]%}%m%{$reset_color%}:%{$fg[blue]%}%~%{$reset_color%}
-$(return_code)$(git_prompt_info)$(prompt_char) %{$reset_color%}'
+$(return_code)$(svn_prompt_info)$(git_prompt_info)$(prompt_char) %{$reset_color%}'