Update git to new config
This commit is contained in:
parent
c4ae794622
commit
2627eda709
|
|
@ -62,10 +62,10 @@
|
||||||
autoStageResolvedConflicts = false;
|
autoStageResolvedConflicts = false;
|
||||||
};
|
};
|
||||||
git.overrideGpg = true;
|
git.overrideGpg = true;
|
||||||
git.pagers = [
|
git.diffRenderers = [
|
||||||
{
|
{
|
||||||
colorArg = "always";
|
colorArg = "always";
|
||||||
pager = "delta --dark --color-only --paging=never";
|
command = "delta --dark --color-only --paging=never";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue