Link ~/.gitconfig, not ~/.config/git/config

Git reads both, and ~/.gitconfig wins. Linking only the XDG path left the
stale ~/.gitconfig in charge, so system76 kept signing commits as a
previous employer even after the cutover appeared to succeed — the symlink
was correct and had no effect.
This commit is contained in:
2026-09-14 14:45:29 -04:00
parent 42c4277ceb
commit 7a0ce08c4d
+1 -1
View File
@@ -23,5 +23,5 @@
~/.config/htop: common/htop
~/.config/lf: common/lf
~/.config/starship.toml: common/starship.toml
~/.config/git/config: common/git/config
~/.gitconfig: common/git/config
~/.ssh/config: common/ssh/config