update before update

This commit is contained in:
Jonathan Dönszelmann 2024-11-02 12:22:32 +01:00
parent ebac260b64
commit dee2a92cf1
No known key found for this signature in database
3 changed files with 12 additions and 3 deletions

View file

@ -10,6 +10,11 @@ _: {
delta.options = {
navigate = true;
light = false;
side-by-side = true;
features = "decorations interactive";
interactive = {
keep-plus-minus-markers = false;
};
};
extraConfig = {
@ -17,9 +22,10 @@ _: {
pull.rebase = true;
init.defaultBranch = "main";
gpg.format = "ssh";
diff.colorMoved = true;
diff.colorMoved = "default";
rerere.enabled = true;
alias.conflicts = "diff --check";
};
};
}