diff --git a/home/home.nix b/home/home.nix index 777cc7d..e99870a 100644 --- a/home/home.nix +++ b/home/home.nix @@ -33,6 +33,7 @@ in { color.ui = "auto"; pull.rebase = true; init.defaultBranch = "main"; + blame.ignoreRevsFile = ".git-blame-ignore-revs"; }; };