From a32043a1ee9170c6224348fdca7e48f7fd40d19a Mon Sep 17 00:00:00 2001 From: fanyx Date: Tue, 26 Mar 2024 10:16:09 +0100 Subject: [PATCH] customer files get their own subdirectory --- .config/git/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/git/config b/.config/git/config index 2fba01a..f483b69 100644 --- a/.config/git/config +++ b/.config/git/config @@ -5,8 +5,8 @@ [includeIf "gitdir:~/b1/"] path = ~/b1/.config/git/config -[includeIf "gitdir:~/b1/sap/"] - path = ~/b1/sap/.config/git/config +[includeIf "gitdir:~/b1/customer/sap/"] + path = ~/b1/customer/sap/.config/git/config [alias] co = checkout