Update git config
This commit is contained in:
parent
b2bf09a972
commit
4ccd091af1
@ -143,7 +143,7 @@
|
||||
git = {
|
||||
enable = true;
|
||||
userName = "Jacob Hinkle";
|
||||
userEmail = "jacob.hinkle@jhink.org";
|
||||
userEmail = "jacob@jhink.org";
|
||||
lfs.enable = true;
|
||||
difftastic = {
|
||||
enable = true;
|
||||
@ -154,6 +154,12 @@
|
||||
lg = "log --pretty=format:\"%C(magenta)%h%Creset -%C(red)%d%Creset %s %C(dim green)(%cr) [%an]\" --abbrev-commit -30";
|
||||
s = "status";
|
||||
};
|
||||
extraConfig = {
|
||||
color.ui = "auto";
|
||||
push.default = "simple";
|
||||
pull.rebase = false;
|
||||
branch.autosetupmerge = true;
|
||||
};
|
||||
};
|
||||
htop.enable = true;
|
||||
kitty = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user