From ee9ad10b5cc9850c3e2ed1946f70e0cef429fb48 Mon Sep 17 00:00:00 2001 From: Hunt Date: Tue, 3 Jun 2025 11:58:25 -0700 Subject: Refactor --- dots/git/.gitconfig.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dots/git/.gitconfig.j2') diff --git a/dots/git/.gitconfig.j2 b/dots/git/.gitconfig.j2 index 015ad96..dc8d3e3 100644 --- a/dots/git/.gitconfig.j2 +++ b/dots/git/.gitconfig.j2 @@ -1,7 +1,7 @@ [user] signingkey = {{ pgp.signing }} user = {{ user.name }} - email = {{ user.email }} + email = {{ user.work_email if features.work_mode else user.email }} [commit] gpgsign = true [core] -- cgit v1.2.3-70-g09d2