Skip to content

Commit 91d3dbe

Browse files
committed
gebner.zsh-theme: Make hostname cyan.
1 parent 85d2a6f commit 91d3dbe

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
@@ -4,7 +4,7 @@ if [ $UID -eq 0 ]; then CARETCOLOR="red"; else CARETCOLOR="blue"; fi
44

55
local return_code="%(?..%{$fg[red]%}↵ %? %{$reset_color%})"
66

7-
PROMPT='%m %{${fg_bold[blue]}%}:: %{$reset_color%}%{${fg[green]}%}%3~ $(git_prompt_info)'"${return_code}"'%{${fg_bold[$CARETCOLOR]}%}»%{${reset_color}%} '
7+
PROMPT='%{${fg[cyan]}%}%m %{${fg_bold[blue]}%}:: %{$reset_color%}%{${fg[green]}%}%3~ $(git_prompt_info)'"${return_code}"'%{${fg_bold[$CARETCOLOR]}%}»%{${reset_color}%} '
88

99
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}‹"
1010
ZSH_THEME_GIT_PROMPT_SUFFIX="› %{$reset_color%}"

0 commit comments

Comments
 (0)