mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-23 22:30:07 +00:00
Fixed git background not showing correctly
This commit is contained in:
parent
f2eb7138bc
commit
1ff9752c26
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
: ${AGNOSTER_GIT_CLEAN_FG:=black}
|
||||
: ${AGNOSTER_GIT_CLEAN_BG:=green}
|
||||
: ${AGNOSTER_GIT_DIRTY_FG:=black}
|
||||
: ${AGNOSTER_GIT_DIRTY_BG:=orange}
|
||||
: ${AGNOSTER_GIT_DIRTY_BG:=yellow}
|
||||
|
||||
# Mercurial related
|
||||
: ${AGNOSTER_HG_NEWFILE_FG:=white}
|
||||
|
|
Loading…
Reference in a new issue