nicer git config
This commit is contained in:
parent
1b03c91a25
commit
ba36643dd9
1 changed files with 3 additions and 3 deletions
|
@ -34,9 +34,9 @@
|
||||||
userEmail = "hi@cything.io";
|
userEmail = "hi@cything.io";
|
||||||
delta.enable = true;
|
delta.enable = true;
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
init = {
|
init.defaultBranch = "main";
|
||||||
"defaultBranch" = "main";
|
push.autoSetupRemote = true; # assume -u on first push
|
||||||
};
|
pull.ff = "only";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs.ripgrep.enable = true;
|
programs.ripgrep.enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue