aboutsummaryrefslogtreecommitdiff
path: root/modules/git.home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/git.home.nix')
-rw-r--r--modules/git.home.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/git.home.nix b/modules/git.home.nix
index 0622128..963abb4 100644
--- a/modules/git.home.nix
+++ b/modules/git.home.nix
@@ -94,9 +94,8 @@
new = "green bold";
whitespace = "red reverse";
};
- pull = {
- rebase = true;
- };
+ pull.rebase = true;
+ rebase.autosquash = true;
# pager = {
# diff = "${pkgs.delta}/bin/delta --color-only";
# };