mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 00:40:44 +02:00
jj: add config
This commit is contained in:
parent
08f3e8430c
commit
612fc2af83
1 changed files with 11 additions and 0 deletions
11
config/jj/config.toml
Normal file
11
config/jj/config.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
"$schema" = "https://jj-vcs.github.io/jj/latest/config-schema.json"
|
||||
|
||||
[user]
|
||||
name = "Olexandr Smirnov"
|
||||
email = "olexsmir@gmail.com"
|
||||
|
||||
[ui]
|
||||
default-command = "log"
|
||||
|
||||
[git]
|
||||
auto-local-bookmark = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue