1
0
Fork 0

git: Only set up the ~/projects config in a work context.

This commit is contained in:
Jeremy Kaplan 2021-05-12 16:10:04 -07:00
commit 71ea2aab6d
2 changed files with 3 additions and 3 deletions

View file

@ -72,6 +72,3 @@ excludesfile = ~/.gitignore
path = config-os
path = config-role
path = config-secrets
[includeIf "gitdir:~/projects/"]
path = config-personal

View file

@ -1,3 +1,6 @@
[user]
name = Jeremy Kaplan
email = jeremy@stytch.com
[includeIf "gitdir:~/projects/"]
path = config-personal