fix(git): use XDG path for host excludesfile

Point excludesfile to ~/.config/git/overrides/ignore instead of
~/.dotfiles/config/git/overrides/ignore for consistency with the
Dotbot-installed symlink layout.
This commit is contained in:
2026-03-18 09:59:55 +02:00
parent e0ac135352
commit 63977f81db

View File

@@ -3,7 +3,7 @@
path = ~/.dotfiles/config/git/shared
[core]
excludesfile = ~/.dotfiles/config/git/overrides/ignore
excludesfile = ~/.config/git/overrides/ignore
[gpg]
format = ssh