From c67ce185cda5142e3e28e42a33d2f0dbd2021cea Mon Sep 17 00:00:00 2001 From: Isidro Arias Date: Mon, 1 Apr 2024 21:00:42 +0200 Subject: [PATCH] color auto --- diff-image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diff-image b/diff-image index 0f6a316..27709bb 100755 --- a/diff-image +++ b/diff-image @@ -134,7 +134,7 @@ exif() diff_clean_names() { - diff -u "$1" --label "$name1" "$2" --label "$name2" || true + diff --color=auto -u "$1" --label "$name1" "$2" --label "$name2" || true }