git config
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
381bf6c429
commit
b6bc254c02
|
@ -43,15 +43,14 @@ in
|
||||||
};
|
};
|
||||||
alias = {
|
alias = {
|
||||||
co = "checkout";
|
co = "checkout";
|
||||||
ci = "commit";
|
ci = "commit --signoff";
|
||||||
};
|
};
|
||||||
pull.ff = "only";
|
pull.ff = "only";
|
||||||
core.pager = "${pkgs.delta}/bin/delta";
|
core.pager = "${pkgs.delta}/bin/delta";
|
||||||
delta = {
|
delta = {
|
||||||
features = "side-by-side line-numbers decorations";
|
features = "decorations" ;
|
||||||
syntax-theme = "DarkNeon";
|
syntax-theme = "Dracula";
|
||||||
light = "false";
|
light = "false";
|
||||||
line-numbers = "false";
|
|
||||||
navigate = "true";
|
navigate = "true";
|
||||||
};
|
};
|
||||||
interactive.diffFilter = "${pkgs.delta}/bin/delta --color-only";
|
interactive.diffFilter = "${pkgs.delta}/bin/delta --color-only";
|
||||||
|
|
Loading…
Reference in a new issue