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