2011-01-09 02:15:57 +00:00
|
|
|
|
if [ $UID -eq 0 ]; then CARETCOLOR="red"; else CARETCOLOR="blue"; fi
|
2010-05-04 20:58:10 +00:00
|
|
|
|
|
2010-05-04 20:19:09 +00:00
|
|
|
|
local return_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"
|
|
|
|
|
|
2017-01-10 08:23:49 +00:00
|
|
|
|
PROMPT='%m %{${fg_bold[blue]}%}:: %{$reset_color%}%{${fg[green]}%}%3~ $(hg_prompt_info)$(git_prompt_info)%{${fg_bold[$CARETCOLOR]}%}»%{${reset_color}%} '
|
2010-05-04 20:19:09 +00:00
|
|
|
|
|
|
|
|
|
RPS1="${return_code}"
|
|
|
|
|
|
|
|
|
|
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}‹"
|
|
|
|
|
ZSH_THEME_GIT_PROMPT_SUFFIX="› %{$reset_color%}"
|
2017-01-10 08:23:49 +00:00
|
|
|
|
ZSH_THEME_HG_PROMPT_PREFIX="%{$fg[magenta]%}hg:‹%{$fg[yellow]%}"
|
|
|
|
|
ZSH_THEME_HG_PROMPT_SUFFIX="%{$reset_color%}"
|
|
|
|
|
ZSH_THEME_HG_PROMPT_DIRTY="%{$fg[magenta]%}› %{$fg[red]%}✗%{$reset_color%}"
|
|
|
|
|
ZSH_THEME_HG_PROMPT_CLEAN="%{$fg[magenta]%}›"
|