split jj commit signing behavior by platform
This commit is contained in:
parent
229b0c3fbe
commit
d972cd5449
1 changed files with 10 additions and 0 deletions
|
|
@ -11,8 +11,18 @@ email = "git@sloanelybutsurely.com"
|
|||
behavior = "own"
|
||||
backend = "ssh"
|
||||
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID0TH2GezEx8+zlKBqUb7rBsbmghnd1u4nX6YpQr28Zw"
|
||||
|
||||
|
||||
[[--scope]]
|
||||
--when.platforms = ["macos"]
|
||||
[--scope.signing]
|
||||
backends.ssh.program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
|
||||
|
||||
[[--scope]]
|
||||
--when.platforms = ["linux"]
|
||||
[--scope.signing]
|
||||
backends.ssh.program = "/opt/1Password/op-ssh-sign"
|
||||
|
||||
[ui]
|
||||
paginate = "never"
|
||||
default-command = "log"
|
||||
|
|
|
|||
Loading…
Reference in a new issue