mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
changed return code color from magenta to cyan
This commit is contained in:
parent
62364c57e2
commit
6d7bcef52a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
PROMPT='%n@%m %~$(check_git_prompt_info)$ %{$reset_color%}'
|
PROMPT='%n@%m %~$(check_git_prompt_info)$ %{$reset_color%}'
|
||||||
|
|
||||||
local return_code="%(?..%{$fg[magenta]%}%? ↵%{$reset_color%})"
|
local return_code="%(?..%{$fg[cyan]%}%? ↵%{$reset_color%})"
|
||||||
RPROMPT="${return_code}"
|
RPROMPT="${return_code}"
|
||||||
|
|
||||||
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[cyan]%}("
|
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[cyan]%}("
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue