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 85d2a6f commit 91d3dbeCopy full SHA for 91d3dbe
themes/gebner.zsh-theme
@@ -4,7 +4,7 @@ if [ $UID -eq 0 ]; then CARETCOLOR="red"; else CARETCOLOR="blue"; fi
4
5
local return_code="%(?..%{$fg[red]%}↵ %? %{$reset_color%})"
6
7
-PROMPT='%m %{${fg_bold[blue]}%}:: %{$reset_color%}%{${fg[green]}%}%3~ $(git_prompt_info)'"${return_code}"'%{${fg_bold[$CARETCOLOR]}%}»%{${reset_color}%} '
+PROMPT='%{${fg[cyan]}%}%m %{${fg_bold[blue]}%}:: %{$reset_color%}%{${fg[green]}%}%3~ $(git_prompt_info)'"${return_code}"'%{${fg_bold[$CARETCOLOR]}%}»%{${reset_color}%} '
8
9
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}‹"
10
ZSH_THEME_GIT_PROMPT_SUFFIX="› %{$reset_color%}"
0 commit comments