other/git.nix: add default editor and manyFiles
This commit is contained in:
parent
990b69bd3f
commit
62e5c7b573
1 changed files with 6 additions and 0 deletions
|
@ -15,6 +15,9 @@
|
|||
gpg.format = "ssh";
|
||||
commit.gpgsign = "true";
|
||||
diff.external = "${pkgs.difftastic}/bin/difft";
|
||||
core = {
|
||||
editor = "hx";
|
||||
};
|
||||
rebase = {
|
||||
autoSquash = true;
|
||||
autoStash = true;
|
||||
|
@ -23,6 +26,9 @@
|
|||
enabled = true;
|
||||
autoupdate = true;
|
||||
};
|
||||
feauture = {
|
||||
manyFiles = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue