vcs: Fix jj program structure

This commit is contained in:
Marty Oehme 2024-09-19 11:04:54 +02:00
parent f6b1c5ff2e
commit fee876b87f
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
3 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1,12 @@
[user]
email = "marty.oehme@gmail.com"
name = "Marty Oehme"
[signing]
sign-all = false
backend = "gpg"
key = "73BA40D5AFAF49C9"
[ui]
default-command = "log"
diff-editor = ["nvim", "-c", "DiffEditor $left $right $output"]