From 5748f3f4639ffc618b92ec0c2dbf57f5ac4c8e0d Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Sun, 3 Dec 2017 08:47:03 -0600 Subject: [PATCH] .gitconfig: Use --word-diff=color for 'git diff --word-diff' --- .gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 30a3de5..5703c95 100644 --- a/.gitconfig +++ b/.gitconfig @@ -22,7 +22,8 @@ # Diff helpers df = diff --patience dfc = diff --patience --cached - dfw = diff --patience --word-diff=plain + dfw = diff --patience --word-diff=color + dfcw = diff --patience --cached --word-diff=color # Searching ls = ls-files ack = !git-ack -- 2.45.2