start using delta for git stuff :333
This commit is contained in:
parent
bd9ccfa601
commit
0be0c8500e
1 changed files with 5 additions and 1 deletions
|
@ -43,10 +43,14 @@ in {
|
|||
includes = [
|
||||
{
|
||||
contents = {
|
||||
core.editor = cfg.editor;
|
||||
core = {
|
||||
editor = cfg.editor;
|
||||
pager = "${pkgs.delta}/bin/delta";
|
||||
};
|
||||
init.defaultBranch = cfg.defaultBranch;
|
||||
push.autoSetupRemote = true;
|
||||
commit.verbose = true;
|
||||
interactive.diffFilter = "${pkgs.delta}/bin/delta --color-only";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue