diff --git a/home/programs/git.nix b/home/programs/git.nix index 5c13f67..142008b 100644 --- a/home/programs/git.nix +++ b/home/programs/git.nix @@ -17,6 +17,11 @@ in { signByDefault = true; }; extraConfig = { + core = { + fsmonitor = true; + untrackedCache = true; + }; + feature.manyFiles = true; init.defaultBranch = "main"; merge.conflictstyle = "diff3"; push.autoSetupRemote = true;