mirror of https://github.com/ohmyzsh/ohmyzsh.git
style(afowler): Change color of the :: characters based on prev command exit code
This commit is contained in:
parent
612f9f59ca
commit
185274e75a
|
@ -1,4 +1,4 @@
|
|||
PROMPT='%m %B%F{blue}:: %b%F{green}%3~ $(hg_prompt_info)$(git_prompt_info)%B%(?.%F{blue}.%F{red})»%f%b '
|
||||
PROMPT='%m %B%(?.%F{blue}.%F{red}):: %f%b%F{green}%3~ $(hg_prompt_info)$(git_prompt_info)%B%(?.%F{blue}.%F{red})»%f%b '
|
||||
RPS1='%(?..%F{red}%? ↵%f)'
|
||||
|
||||
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[yellow]%}‹"
|
||||
|
|
Loading…
Reference in New Issue