home/git: misc changes
This commit is contained in:
parent
13201436da
commit
f1e25dabe6
|
@ -40,6 +40,10 @@
|
||||||
editor = "nvim";
|
editor = "nvim";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
rerere.enabled = true;
|
||||||
|
|
||||||
|
branch.sort = "-committerdate";
|
||||||
|
|
||||||
"color \"branch\"".upstream = "cyan";
|
"color \"branch\"".upstream = "cyan";
|
||||||
color.ui = "auto";
|
color.ui = "auto";
|
||||||
|
|
||||||
|
@ -77,6 +81,8 @@
|
||||||
|
|
||||||
github.user = "h7x4";
|
github.user = "h7x4";
|
||||||
|
|
||||||
|
"url \"git@github:\"".insteadOf = "https://github.com/";
|
||||||
|
|
||||||
web.browser = "google-chrome-stable";
|
web.browser = "google-chrome-stable";
|
||||||
|
|
||||||
"filter \"lfs\"" = {
|
"filter \"lfs\"" = {
|
||||||
|
|
Loading…
Reference in New Issue