dotfiles/.jjconfig.toml

23 lines
483 B
TOML
Raw Normal View History

2024-07-18 12:23:05 -04:00
[core]
fsmonitor = "watchman"
[signing]
backend = "ssh"
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID0TH2GezEx8+zlKBqUb7rBsbmghnd1u4nX6YpQr28Zw"
sign-all = true
[signing.backends.ssh]
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
[ui]
paginate = "never"
2024-07-18 13:28:18 -04:00
default-command = "log"
2024-07-19 09:26:53 -04:00
editor = "nvim"
2024-07-18 12:23:05 -04:00
[user]
email = "1699281+sloanelybutsurely@users.noreply.github.com"
name = "sloane"
2024-07-18 13:16:45 -04:00
[revsets]
2024-07-19 09:26:53 -04:00
log = "trunk() | ancestors(reachable(@ | mine(), mutable()), 2) | @"