feat: bifurcating profiles
This commit is contained in:
parent
d97474bff6
commit
e2378b0737
11 changed files with 148 additions and 23 deletions
|
@ -1,9 +1,8 @@
|
|||
[include]
|
||||
path = /opt/local/share/git-delta/themes.gitconfig
|
||||
|
||||
[user]
|
||||
name = {{ .name }}
|
||||
email = {{ .email }}
|
||||
email = {{ .email_personal }}
|
||||
[core]
|
||||
editor = hx
|
||||
pager = delta
|
||||
|
@ -62,3 +61,6 @@
|
|||
rebase = true
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
||||
[includeIf "gitdir:~/Klaviyo/"]
|
||||
path = ~/.gitconfig-work
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue