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 = [
|
includes = [
|
||||||
{
|
{
|
||||||
contents = {
|
contents = {
|
||||||
core.editor = cfg.editor;
|
core = {
|
||||||
|
editor = cfg.editor;
|
||||||
|
pager = "${pkgs.delta}/bin/delta";
|
||||||
|
};
|
||||||
init.defaultBranch = cfg.defaultBranch;
|
init.defaultBranch = cfg.defaultBranch;
|
||||||
push.autoSetupRemote = true;
|
push.autoSetupRemote = true;
|
||||||
commit.verbose = true;
|
commit.verbose = true;
|
||||||
|
interactive.diffFilter = "${pkgs.delta}/bin/delta --color-only";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue