vcs: Fix jj program structure
This commit is contained in:
parent
f6b1c5ff2e
commit
fee876b87f
3 changed files with 2 additions and 2 deletions
12
vcs/jj/config/jj/config.toml
Normal file
12
vcs/jj/config/jj/config.toml
Normal 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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue