all repos

dotfiles @ c578c65

my dotfiles
1 files changed, 2 insertions(+), 1 deletions(-)
jj: add alias for smaller log and use by default
Author: Olexandr Smirnov olexsmir@gmail.com
Committed at: 2025-07-09 20:30:42 +0300
Parent: 37746b1
M config/jj/config.toml

@@ -5,7 +5,7 @@ name = "Olexandr Smirnov"

email = "olexsmir@gmail.com" [ui] -default-command = "log" +default-command = "l" editor = "nvim" pager = "delta" diff-formatter = ":git"

@@ -16,5 +16,6 @@ sign-on-push = true

auto-local-bookmark = true [aliases] +l = ["log", "-n10"] n = ["new"] bc = ["bookmark", "create"]