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";
|
gpg.format = "ssh";
|
||||||
commit.gpgsign = "true";
|
commit.gpgsign = "true";
|
||||||
diff.external = "${pkgs.difftastic}/bin/difft";
|
diff.external = "${pkgs.difftastic}/bin/difft";
|
||||||
|
core = {
|
||||||
|
editor = "hx";
|
||||||
|
};
|
||||||
rebase = {
|
rebase = {
|
||||||
autoSquash = true;
|
autoSquash = true;
|
||||||
autoStash = true;
|
autoStash = true;
|
||||||
|
@ -23,6 +26,9 @@
|
||||||
enabled = true;
|
enabled = true;
|
||||||
autoupdate = true;
|
autoupdate = true;
|
||||||
};
|
};
|
||||||
|
feauture = {
|
||||||
|
manyFiles = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue