diff --git a/profiles/base/default.nix b/profiles/base/default.nix index 77f2f17..78018a0 100644 --- a/profiles/base/default.nix +++ b/profiles/base/default.nix @@ -200,6 +200,9 @@ in rc = "rebase --continue"; n = "!git commit --all --amend --no-edit && git rc"; }; + ignores = [ + ".direnv" + ]; extraConfig = { pull.rebase = true; sequence.editor = let