Skip to content

Commit bd320b7

Browse files
committed
chore(jj): Fix config
1 parent 71c4f6a commit bd320b7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

config/jj/config.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[user]
22
name = "Edmund Miller"
3-
email = "edmund.miller@seqera.io"
3+
email = "git@edmundmiller.dev"
44

55
[signing]
66
behavior = "own"
77
backend = "ssh"
8-
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKLH5ywipRADaxVcZ/kK2Pg9kwRZyj/ABEurj+5KXHty"
8+
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPBsb81evtCCcWSZcLbFaXWrAeCWFrPXPjUvjH4ZKbQC edmundmiller"
99

1010
[signing.backends.ssh]
1111
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
@@ -22,7 +22,7 @@ ranked-authors = ["log", "--template", "author"]
2222

2323
[ui]
2424
default-command = "log"
25-
diff-editor = "code --wait --diff"
25+
diff-editor = "nvim --wait --diff"
2626

2727
[core]
2828
whitespace = "trailing-space"
@@ -32,4 +32,4 @@ push-branch-prefix = "push-"
3232

3333
[revsets]
3434
# Equivalent to git's push.default=current
35-
trunk = "main@origin"
35+
trunk = "main@origin"

0 commit comments

Comments
 (0)