From 06460e03d46de5f3b2b6a5210d4dfbda27dd6a05 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Tue, 20 Sep 2022 16:09:41 -0700 Subject: [PATCH] :sparkles: Made difftastic default for git diff --- updates.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/updates.txt b/updates.txt index c8f3a870..1b5e2438 100644 --- a/updates.txt +++ b/updates.txt @@ -101,3 +101,7 @@ Install ripdrag: cargo install ripdrag your zshrc has ~/.cargo/bin added to the $PATH variable to use ripdrag + +Set difftastic as git diff default: + +git config --global diff.external difft