From 8752e25d37612f1c01d5380a001aa10ec93b88b2 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 21 Oct 2019 08:37:12 +0100 Subject: [PATCH] Use personal account for SR things Some day i'll setup the keys for its actual email... --- files/gitconfig.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/gitconfig.conf b/files/gitconfig.conf index c63d381..caf0691 100644 --- a/files/gitconfig.conf +++ b/files/gitconfig.conf @@ -32,3 +32,6 @@ [includeIf "gitdir:~/DabApps/"] path = ~/.dotfiles/git/work.conf + +[includeIf "gitdir:~/SR/"] + path = ~/.dotfiles/git/personal.conf