diff --git a/home/home.nix b/home/home.nix index 8b198f7..4b60b77 100644 --- a/home/home.nix +++ b/home/home.nix @@ -39,6 +39,8 @@ aliases = { undo = "reset HEAD~1 --mixed"; amend = "commit -a --amend"; + feature = "commit -m feat: -m new-feature"; + fix = "commit -m fix: -m issue#"; }; extraConfig = { color = {