add jj config to dotfiles
This commit is contained in:
parent
87ed7f3527
commit
8a6fff09a9
1 changed files with 9 additions and 0 deletions
9
dot_config/jj/config.toml
Normal file
9
dot_config/jj/config.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[user]
|
||||
name = "Barak Michener"
|
||||
email = "me@barakmich.com"
|
||||
|
||||
[ui]
|
||||
default-command = ["log", "--reversed"]
|
||||
|
||||
[revsets]
|
||||
log = "ancestors(@, 10) | @..main@origin | main@origin::@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue