dotfiles/dot_config/jj/config.toml
2024-12-23 19:51:34 -08:00

19 lines
351 B
TOML

[user]
name = "Barak Michener"
email = "me@barakmich.com"
[ui]
editor = "nvim"
default-command = ["log", "--reversed"]
diff.format = "git"
[revsets]
log = "ancestors(@, 10) | @..main@origin | main@origin::@"
[git]
push-bookmark-prefix = "barakmich/"
[alias]
bm = ["bookmark", "move", "--to", "@-"]
pull = ["git", "fetch"]
fetch = ["git", "fetch"]