all repos

dotfiles @ c578c652d3a2e32beda1c7243bff0751bfdd8ff7

i use rach linux btw
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
        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"]