diff options
author | Nicholas Van Doorn <vandoorn.nick@gmail.com> | 2021-08-16 19:55:16 -0700 |
---|---|---|
committer | Nicholas Van Doorn <vandoorn.nick@gmail.com> | 2021-08-17 10:47:48 -0700 |
commit | 7356dd16de43e0f3b9335852a97c94601884a58d (patch) | |
tree | f499207355733891403304709bc4e36ed31770aa /gitconfig | |
parent | 6af4ba943f6b73e31a0b2bd0262d953a2e954ddb (diff) |
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).
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -[includeIf "gitdir:~/personal/"] +[includeIf "gitdir:~/git/"] path = ~/.gitconfig_personal [includeIf "gitdir:~/work/"] path = ~/.gitconfig_work |