mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -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;
|
enable = true;
|
||||||
userName = "Aaron Honeycutt";
|
userName = "Aaron Honeycutt";
|
||||||
userEmail = "aaronhoneycutt@protonmail.com";
|
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;
|
programs.command-not-found.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue