diff --git a/modules/other/git.nix b/modules/other/git.nix index e8f6693..82bced8 100644 --- a/modules/other/git.nix +++ b/modules/other/git.nix @@ -15,6 +15,9 @@ gpg.format = "ssh"; commit.gpgsign = "true"; diff.external = "${pkgs.difftastic}/bin/difft"; + core = { + editor = "hx"; + }; rebase = { autoSquash = true; autoStash = true; @@ -23,6 +26,9 @@ enabled = true; autoupdate = true; }; + feauture = { + manyFiles = true; + }; }; }; }