all repos

dotfiles @ e111bf1

my dotfiles
1 files changed, 9 insertions(+), 0 deletions(-)
jj: use delta, nvim; add some aliases
Author: Olexandr Smirnov olexsmir@gmail.com
Committed at: 2025-07-09 19:08:36 +0300
Parent: bd50452
M config/jj/config.toml

@@ -6,6 +6,15 @@ 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"]