mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-13 03:33:00 -06:00
Update home.nix
This commit is contained in:
parent
db94d24444
commit
ab1fdb619f
1 changed files with 21 additions and 0 deletions
|
@ -40,6 +40,27 @@
|
|||
enable = true;
|
||||
userName = "Aaron Honeycutt";
|
||||
userEmail = "aaronhoneycutt@protonmail.com";
|
||||
aliases = {
|
||||
undo = "reset HEAD~1 --mixed";
|
||||
amend = "commit -a --amend";
|
||||
prv = "!gh pr view";
|
||||
prc = "!gh pr create";
|
||||
prs = "!gh pr status";
|
||||
prm = "!gh pr merge -d";
|
||||
};
|
||||
extraConfig = {
|
||||
color = {
|
||||
ui = "auto";
|
||||
};
|
||||
color.status = {
|
||||
added = "green bold";
|
||||
changed = "yellow bold";
|
||||
untracked = "red bold";
|
||||
};
|
||||
push = {
|
||||
autoSetupRemote = "true";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.command-not-found.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue