dotfiles/dot_config/jj/config.toml
2024-12-24 13:44:59 -08:00

23 lines
489 B
TOML

[user]
name = "Barak Michener"
email = "me@barakmich.com"
[ui]
editor = "nvim"
#default-command = ["log", "--reversed"]
default-command = ["util", "exec", "--", "bash", "-c", "jj log --reversed && jj diff -s"]
diff.format = "git"
[revsets]
log = "ancestors(@, 10) | @..main@origin | main@origin::@"
[colors]
"diff token" = { underline = false }
[git]
push-bookmark-prefix = "barakmich/"
[alias]
bm = ["bookmark", "move", "--to", "@-"]
pull = ["git", "fetch"]
fetch = ["git", "fetch"]