From 5a1042065aa8cb550687aa2dbb9bd178361c2eaf Mon Sep 17 00:00:00 2001 From: Lukas Date: Fri, 11 Sep 2026 16:56:17 +0200 Subject: [PATCH] fix diff --- home/lukas/common/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/lukas/common/shell.nix b/home/lukas/common/shell.nix index 9b36e74..bae8c09 100644 --- a/home/lukas/common/shell.nix +++ b/home/lukas/common/shell.nix @@ -165,7 +165,7 @@ gl = "git log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)' --all"; gc = "git commit -m "; gaa = "git add ."; - gd = "git diff --ext-diff=difft"; + gd = "git -c diff.external=difft diff"; ping = "gping";