From b05492cb317eeb1cbfe312dc964520d95a4e5df6 Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Sat, 11 Jan 2025 20:41:24 +0100 Subject: [PATCH] [git] include local gitconfig file at ~/.config/git/config.local --- git/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/git/config b/git/config index f8b23af..14a37a2 100644 --- a/git/config +++ b/git/config @@ -42,3 +42,8 @@ difc = diff --cached alias = "! git config --get-regexp ^alias\\. " + +# Overwrite from local gitconfig files +[include] + path = ~/.gitconfig.local + path = ~/.config/git/config.local