jj config
This commit is contained in:
parent
092d39ca40
commit
7ed4daa6d8
1 changed files with 5 additions and 1 deletions
|
|
@ -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/"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue