fix: use correct path for global gitignore

This commit is contained in:
winston 2022-08-03 01:12:27 +02:00
parent f9c4303746
commit 794b820c6d
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -18,7 +18,7 @@
path = ~/.config/git/personal path = ~/.config/git/personal
[core] [core]
excludesfile = ~/.config/git/gitignore excludesfile = ~/.config/git/ignore
autocrlf = input autocrlf = input
pager = diff-so-fancy | less --tabs=4 -RFX pager = diff-so-fancy | less --tabs=4 -RFX