jj config

This commit is contained in:
Barak Michener 2024-12-24 13:44:59 -08:00
parent 092d39ca40
commit 7ed4daa6d8

View file

@ -4,12 +4,16 @@ email = "me@barakmich.com"
[ui]
editor = "nvim"
default-command = ["log", "--reversed"]
#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/"