From 8c96a3d379939e9eac5d2da64982bd6b74c00ef3 Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Wed, 30 Mar 2022 18:24:23 +0200 Subject: [PATCH] [git] set changed colour to yellow --- git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git/config b/git/config index f1df4c1..0006cbe 100644 --- a/git/config +++ b/git/config @@ -10,6 +10,9 @@ excludesfile = ~/.config/git/ignore [color] ui = auto +[color "status"] + # use different color than untracked and unmerged paths have + changed = yellow [merge] conflictstyle = diff3 [branch]