You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
444 B
10 lines
444 B
PROMPT='%m %B%F{blue}:: %b%F{green}%3~ $(hg_prompt_info)$(git_prompt_info)%B%(!.%F{red}.%F{blue})»%f%b ' |
|
RPS1='%(?..%F{red}%? ↵%f)' |
|
|
|
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}‹" |
|
ZSH_THEME_GIT_PROMPT_SUFFIX="› %{$reset_color%}" |
|
|
|
ZSH_THEME_HG_PROMPT_PREFIX="%{$fg[magenta]%}hg:‹%{$fg[yellow]%}" |
|
ZSH_THEME_HG_PROMPT_SUFFIX="%{$fg[magenta]%}› %{$reset_color%}" |
|
ZSH_THEME_HG_PROMPT_DIRTY=" %{$fg[red]%}✗" |
|
ZSH_THEME_HG_PROMPT_CLEAN=""
|
|
|