From 7ee1f754827cd95d2d6c238f369c9644dd2adf76 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sun, 10 Apr 2022 08:45:52 +0100 Subject: [PATCH] [git] Include a local config file --- git/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/.gitconfig b/git/.gitconfig index b4aaff3..f5ff289 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -2,6 +2,7 @@ name = Andrew Williams email = andy@tensixtyone.com signingkey = 86DAB9F71FF20A3A + [core] editor = nano excludesfile = ~/.gitignore_global @@ -13,6 +14,7 @@ [include] path = ~/.gitconfig-win + path = ~/.gitconfig-local [commit] gpgsign = true