dotfiles/dot_gitconfig

12 lines
239 B
Plaintext
Raw Normal View History

2024-06-04 17:25:06 +02:00
# ~/.gitconfig
[includeIf "gitdir:~/work/"]
path = .gitconfig-work
[includeIf "gitdir:~/private/"]
path = .gitconfig-private
# Special Cases
2024-06-04 17:26:00 +02:00
[includeIf "gitdir:/Users/beisel/.local/share/chezmoi/"]
2024-06-04 17:25:06 +02:00
path = .gitconfig-private