From 41926591c513a42a30992a641e5d2875395c1c86 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Thu, 14 May 2026 10:59:45 +0100 Subject: feat: add another work includeIf --- dot_config/git/config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dot_config/git') diff --git a/dot_config/git/config b/dot_config/git/config index 68f233e..cc4959e 100644 --- a/dot_config/git/config +++ b/dot_config/git/config @@ -129,6 +129,8 @@ update=!git fetch && git merge --ff-only [includeIf "gitdir:/home/*/work/"] path = config-work +[includeIf "gitdir:/home/swuser/"] + path = config-work [includeIf "gitdir:~/doxfiles/.git"] path = config-personal [includeIf "gitdir:~/dev/copilot/.git"] -- cgit v1.3.1