From a9c1a87e979bd3a2a30c9766d98243307ba56c13 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Wed, 25 Aug 2021 14:53:51 -0400 Subject: [PATCH] git config: Don't assume username --- .config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index 4f8ee04..22d358c 100644 --- a/.config/git/config +++ b/.config/git/config @@ -12,7 +12,7 @@ commitGraph = true longpaths = true editor = nvim - hooksPath = /home/earne/.config/git/hooks + hooksPath = ~/.config/git/hooks [init] defaultBranch = main