This commit is contained in:
Reid 2026-01-11 23:47:19 -08:00
parent 42ab485000
commit 34f1d4593f
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
5 changed files with 17 additions and 14 deletions

View file

@ -23,7 +23,6 @@ in {
user.email = "reidlab325@gmail.com";
alias = {
graph = ''log --graph --color --pretty=format:"%C(yellow)%H%C(green)%d%C(reset)%n%x20%cd%n%x20%cn%x20(%ce)%n%x20%s%n"'';
amend = ''commit --amend --no-edit'';
amendall = ''commit --amend --no-edit --all'';
};
@ -59,6 +58,8 @@ in {
];
};
hm.programs.delta.enable = true;
hm.programs.delta.enableGitIntegration = true;
hm.programs.gh.enable = true;
};
}