mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
20 lines
352 B
TOML
20 lines
352 B
TOML
"$schema" = "https://jj-vcs.github.io/jj/latest/config-schema.json"
|
|
|
|
[user]
|
|
name = "Olexandr Smirnov"
|
|
email = "olexsmir@gmail.com"
|
|
|
|
[ui]
|
|
default-command = "log"
|
|
editor = "nvim"
|
|
pager = "delta"
|
|
diff-formatter = ":git"
|
|
merge-editor = ["nvim", "-d"]
|
|
|
|
[git]
|
|
sign-on-push = true
|
|
auto-local-bookmark = true
|
|
|
|
[aliases]
|
|
n = ["new"]
|
|
bc = ["bookmark", "create"]
|