From da962f067dc074d7d05efaab0b87948c97ece6d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 24 Feb 2024 12:15:30 +0000 Subject: [PATCH] enable fsmonitor to seed up git status operations --- nixos/git/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/git/home.nix b/nixos/git/home.nix index 74df2c3d..08d47e7e 100644 --- a/nixos/git/home.nix +++ b/nixos/git/home.nix @@ -18,6 +18,7 @@ }; extraConfig = { colour.ui = true; + core.fsmonitor = true; credential = {helper = "cache";}; diff.algorithm = "histogram"; diff.renameLimit = 2048;