commit | dd2769d44f7822b122e1d5a858c39db4e90771f8 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Thu Aug 04 16:23:45 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Thu Aug 04 16:23:45 2022 +0100 |
tree | b34f359666995bf96cdc3c1fcda580beed04e1f0 | |
parent | d4c4867b204c44a3730d3f175713ce21264d6d21 [diff] [blame] |
Change the confirm hook matching
diff --git a/src/apps/personal/git.nix b/src/apps/personal/git.nix index a6248cb..4cdd2ee 100644 --- a/src/apps/personal/git.nix +++ b/src/apps/personal/git.nix
@@ -28,6 +28,7 @@ core.splitIndex = true; core.untrackedCache = true; core.fsmonitor = true; + hooks.confirm.match = [ "TODO" "FIXME" "HACK" "BUG" "XXX" "LAZY" ]; }; };