fix: changed gitconfig to look at ~/ instead of hardcoded path

This commit is contained in:
Blake Ridgway 2025-07-12 16:04:15 -05:00
parent 96ac5f4de3
commit a858dd8309

View file

@ -2,7 +2,7 @@
email = blake@blakeridgway.dev email = blake@blakeridgway.dev
name = Blake Ridgway name = Blake Ridgway
[commit] [commit]
template = /home/blake/dotfiles/commit-conventions.txt template = ~/dotfiles/commit-conventions.txt
[core] [core]
editor = nvim +14 -c +startinsert editor = nvim +14 -c +startinsert
[init] [init]