diff --git a/nixos/git/home.nix b/nixos/git/home.nix index 9668d590..cb52c5b1 100644 --- a/nixos/git/home.nix +++ b/nixos/git/home.nix @@ -15,6 +15,7 @@ extraConfig = { colour.ui = true; credential = { helper ="cache"; }; + diff.algorithm = "histogram"; diff.renameLimit = 2048; diff.renames = "copy"; help.autocorrect = 1;