mirror of
https://github.com/tylernguyen/dotfiles.git
synced 2025-02-05 09:13:14 -06:00
16 lines
321 B
Cheetah
16 lines
321 B
Cheetah
|
[data]
|
||
|
name = "Tyler Nguyen"
|
||
|
email = "{{ onepasswordRead "op://Private/Tyler Nguyen/Identification/Public Email" }}"
|
||
|
|
||
|
[edit]
|
||
|
command = "code"
|
||
|
args = ["--wait"]
|
||
|
|
||
|
[diff]
|
||
|
command = "code"
|
||
|
args = ["--wait", "--diff", "$LOCAL", "$REMOTE"]
|
||
|
|
||
|
[merge]
|
||
|
command = "code"
|
||
|
args = ["--wait", "$MERGED"]
|