From 19a48eee3c7f75831ff54cf637e55c774d1c8632 Mon Sep 17 00:00:00 2001 From: sloane Date: Tue, 12 Nov 2024 09:38:49 -0500 Subject: [PATCH] use difftastic when rendering jj diffs --- .jjconfig.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.jjconfig.toml b/.jjconfig.toml index 2302295..eb08698 100644 --- a/.jjconfig.toml +++ b/.jjconfig.toml @@ -13,6 +13,7 @@ program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign" paginate = "never" default-command = "log" editor = "nvim" +diff.tool = ["difft", "--color=always", "$left", "$right"] [user] email = "git@sloanelybutsurely.com"