Skip to content

Commit e1cee3f

Browse files
committed
gebner.zsh-theme: add svn repository prompt info
1 parent 87941c0 commit e1cee3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/gebner.zsh-theme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ local return_code="%(?..%{$fg[red]%}$return_symbol %? %{$reset_color%})"
1010
local user=
1111
if [ "$USER" != gebner ]; then user='%{$fg[cyan]%}%n%{$fg_bold[blue]%}@%{$reset_color%}'; fi
1212

13-
PROMPT="${user}"'%{${fg[cyan]}%}%m %{${fg_bold[blue]}%}:: %{$reset_color%}%{${fg[green]}%}%3~ $(git_prompt_info)'"${return_code}"'%{${fg_bold[$CARETCOLOR]}%}»%{${reset_color}%} '
13+
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}%} '
1414

1515
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}‹"
1616
ZSH_THEME_GIT_PROMPT_SUFFIX="› %{$reset_color%}"

0 commit comments

Comments
 (0)