From 8ef2188cbf8778304ccfd9327e1264f26409c5cd Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Mon, 2 Dec 2024 21:45:03 +0100 Subject: [PATCH] Git Config: Set delta as interactive differ --- Configs/Git/.gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Configs/Git/.gitconfig b/Configs/Git/.gitconfig index 3e8fa78..a32aad9 100644 --- a/Configs/Git/.gitconfig +++ b/Configs/Git/.gitconfig @@ -27,3 +27,6 @@ [credential] helper = store + +[interactive] + diffFilter = delta --color-only --features=interactive