mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
revert color change to original
This commit is contained in:
parent
66acf56c25
commit
5fcc2fa4cd
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ prompt_git() {
|
|||
dirty=$(parse_git_dirty)
|
||||
ref=$(git symbolic-ref HEAD 2> /dev/null) || ref="➦ $(git show-ref --head -s --abbrev |head -n1 2> /dev/null)"
|
||||
if [[ -n $dirty ]]; then
|
||||
prompt_segment red black
|
||||
prompt_segment yellow black
|
||||
else
|
||||
prompt_segment green black
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue