We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87941c0 commit e1cee3fCopy full SHA for e1cee3f
themes/gebner.zsh-theme
@@ -10,7 +10,7 @@ local return_code="%(?..%{$fg[red]%}$return_symbol %? %{$reset_color%})"
10
local user=
11
if [ "$USER" != gebner ]; then user='%{$fg[cyan]%}%n%{$fg_bold[blue]%}@%{$reset_color%}'; fi
12
13
-PROMPT="${user}"'%{${fg[cyan]}%}%m %{${fg_bold[blue]}%}:: %{$reset_color%}%{${fg[green]}%}%3~ $(git_prompt_info)'"${return_code}"'%{${fg_bold[$CARETCOLOR]}%}»%{${reset_color}%} '
+PROMPT="${user}"'%{${fg[cyan]}%}%m %{${fg_bold[blue]}%}:: %{$reset_color%}%{${fg[green]}%}%3~ %{$fg[yellow]%}$(git_prompt_info)$(svn_prompt_info)'"${return_code}"'%{${fg_bold[$CARETCOLOR]}%}»%{${reset_color}%} '
14
15
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}‹"
16
ZSH_THEME_GIT_PROMPT_SUFFIX="› %{$reset_color%}"
0 commit comments