1 files changed,
2 insertions(+),
1 deletions(-)
M
config/jj/config.toml
··· 5 5 email = "olexsmir@gmail.com" 6 6 7 7 [ui] 8 -default-command = "log" 8 +default-command = "l" 9 9 editor = "nvim" 10 10 pager = "delta" 11 11 diff-formatter = ":git" ··· 16 16 auto-local-bookmark = true 17 17 18 18 [aliases] 19 +l = ["log", "-n10"] 19 20 n = ["new"] 20 21 bc = ["bookmark", "create"]