Idk
This commit is contained in:
parent
42ab485000
commit
34f1d4593f
5 changed files with 17 additions and 14 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue