summary refs log tree commit diff stats
path: root/user/settings/shell.nix
diff options
context:
space:
mode:
authorAlan Pearce2025-03-04 10:50:28 +0100
committerAlan Pearce2025-03-04 10:50:28 +0100
commit5fe0269a2d12e6e36cc379224fc6f4a49596612a (patch)
tree51f3fcf42e0e5691e29b9abbc5ec585eb8119fad /user/settings/shell.nix
parentb3373e1c82b5fd0b19452709646306705a018598 (diff)
downloadnixfiles-5fe0269a2d12e6e36cc379224fc6f4a49596612a.tar.lz
nixfiles-5fe0269a2d12e6e36cc379224fc6f4a49596612a.tar.zst
nixfiles-5fe0269a2d12e6e36cc379224fc6f4a49596612a.zip
git: use difftastic (semantic diffs) in place of delta
Diffstat (limited to 'user/settings/shell.nix')
-rw-r--r--user/settings/shell.nix4
1 files changed, 4 insertions, 0 deletions
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";