aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/git/config
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-14 10:59:45 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-14 10:59:45 +0100
commit41926591c513a42a30992a641e5d2875395c1c86 (patch)
treefb861d8f0fa620438df8bffaba9f409f5aeed877 /dot_config/git/config
parent6cc182b1578fcc6e0863134185e17e29d0eed4be (diff)
downloaddotfiles-41926591c513a42a30992a641e5d2875395c1c86.tar.gz
dotfiles-41926591c513a42a30992a641e5d2875395c1c86.tar.bz2
dotfiles-41926591c513a42a30992a641e5d2875395c1c86.zip
feat: add another work includeIf
Diffstat (limited to 'dot_config/git/config')
-rw-r--r--dot_config/git/config2
1 files changed, 2 insertions, 0 deletions
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"]