mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-18 22:06:02 +00:00
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:
@@ -3,7 +3,7 @@
|
||||
path = ~/.dotfiles/config/git/shared
|
||||
|
||||
[core]
|
||||
excludesfile = ~/.dotfiles/config/git/overrides/ignore
|
||||
excludesfile = ~/.config/git/overrides/ignore
|
||||
|
||||
[gpg]
|
||||
format = ssh
|
||||
|
||||
Reference in New Issue
Block a user