fix: paths in gitconfig

This commit is contained in:
winston 2022-10-25 20:08:54 +02:00
parent 3ed67c2c2b
commit 2eca7573d4
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -12,10 +12,10 @@
; change identity based on the cwd
; work
[includeIf "gitdir:~/git/work/"]
[includeIf "gitdir:~/Code/work/"]
path = ~/.config/git/work
; freelance
[includeIf "gitdir:~/git/freelance/"]
[includeIf "gitdir:~/Code/freelance/"]
path = ~/.config/git/personal
[core]