From 5fe0269a2d12e6e36cc379224fc6f4a49596612a Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 4 Mar 2025 10:50:28 +0100 Subject: git: use difftastic (semantic diffs) in place of delta --- user/settings/shell.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'user/settings/shell.nix') diff --git a/user/settings/shell.nix b/user/settings/shell.nix index e35564ef..72fcde3c 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -77,8 +77,12 @@ in ga = "git add"; gs = "git st"; + gds = "git dshow"; + gsl = "git dshow"; gd = "git diff"; gdc = "git diff --cached"; + gdd = "git ddiff"; + gddc = "git ddiff --cached"; gf = "git fetch"; gk = "git push"; gkf = "git push --force-with-lease"; -- cgit 1.4.1