From 66bf0ff049748f36a0fbd7e3fef06aad0cb8daed Mon Sep 17 00:00:00 2001
From: Aaron  Honeycutt <aaronhoneycutt@protonmail.com>
Date: Tue, 14 Feb 2023 14:15:03 +0000
Subject: [PATCH] Add more git aliases

---
 home/home.nix | 2 ++
 1 file changed, 2 insertions(+)

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 = {