From 7356dd16de43e0f3b9335852a97c94601884a58d Mon Sep 17 00:00:00 2001 From: Nicholas Van Doorn Date: Mon, 16 Aug 2021 19:55:16 -0700 Subject: Move personal code I want to move this out of my personal folder so it doesn't get rsync'd and unfortunately this setup requires git knowing where my personal code lives (vs work code). --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 2ac3fa6..7e77b3a 100644 --- a/gitconfig +++ b/gitconfig @@ -1,4 +1,4 @@ -[includeIf "gitdir:~/personal/"] +[includeIf "gitdir:~/git/"] path = ~/.gitconfig_personal [includeIf "gitdir:~/work/"] path = ~/.gitconfig_work -- cgit v1.2.3