mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-23 06:10:08 +00:00
Fixed light colors for git prompt
This commit is contained in:
parent
b259cdf7e7
commit
ab968eb41e
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ prompt_git() {
|
|||
dirty=$(parse_git_dirty)
|
||||
ref=$(git symbolic-ref HEAD 2> /dev/null) || ref="➦ $(git rev-parse --short HEAD 2> /dev/null)"
|
||||
if [[ -n $dirty ]]; then
|
||||
prompt_segment yellow black
|
||||
prompt_segment yellow $CURRENT_FG
|
||||
else
|
||||
prompt_segment green $CURRENT_FG
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue