git: Only set up the ~/projects config in a work context.
This commit is contained in:
parent
5e63dc3b65
commit
71ea2aab6d
2 changed files with 3 additions and 3 deletions
|
|
@ -72,6 +72,3 @@ excludesfile = ~/.gitignore
|
||||||
path = config-os
|
path = config-os
|
||||||
path = config-role
|
path = config-role
|
||||||
path = config-secrets
|
path = config-secrets
|
||||||
|
|
||||||
[includeIf "gitdir:~/projects/"]
|
|
||||||
path = config-personal
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
[user]
|
[user]
|
||||||
name = Jeremy Kaplan
|
name = Jeremy Kaplan
|
||||||
email = jeremy@stytch.com
|
email = jeremy@stytch.com
|
||||||
|
|
||||||
|
[includeIf "gitdir:~/projects/"]
|
||||||
|
path = config-personal
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue