From 612fc2af83ebec9d137dc3dcb71f42b51e61d833 Mon Sep 17 00:00:00 2001 From: Olexandr Smirnov Date: Wed, 9 Jul 2025 17:14:54 +0300 Subject: [PATCH] jj: add config --- config/jj/config.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config/jj/config.toml diff --git a/config/jj/config.toml b/config/jj/config.toml new file mode 100644 index 0000000..be80008 --- /dev/null +++ b/config/jj/config.toml @@ -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