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 = {
|
||||
co = "checkout";
|
||||
ci = "commit";
|
||||
ci = "commit --signoff";
|
||||
};
|
||||
pull.ff = "only";
|
||||
core.pager = "${pkgs.delta}/bin/delta";
|
||||
delta = {
|
||||
features = "side-by-side line-numbers decorations";
|
||||
syntax-theme = "DarkNeon";
|
||||
features = "decorations" ;
|
||||
syntax-theme = "Dracula";
|
||||
light = "false";
|
||||
line-numbers = "false";
|
||||
navigate = "true";
|
||||
};
|
||||
interactive.diffFilter = "${pkgs.delta}/bin/delta --color-only";
|
||||
|
|
Loading…
Reference in a new issue