all repos

dotfiles @ a2613c5

i use rach linux btw
1 files changed, 7 insertions(+), 2 deletions(-)
jj: short log, d for diff, push, and show timestamp relatively to now
Author: Olexandr Smirnov olexsmir@gmail.com
Committed at: 2025-08-11 15:45:10 +0300
Authored at: 2025-08-11 00:09:30 +0300
Parent: 7780ef0
M config/jj/config.toml
···
        16
        16
         auto-local-bookmark = true

      
        17
        17
         

      
        18
        18
         [aliases]

      
        19
        
        -l = ["log", "-n10"]

      
        
        19
        +d = ["diff"]

      
        
        20
        +l = ["log", "-r", "ancestors(reachable(@, mutable()), 3)"]

      
        
        21
        +llog = ["log", "-T", "builtin_log_detailed"]

      
        20
        22
         n = ["new"]

      
        21
        
        -bc = ["bookmark", "create"]

      
        
        23
        +push = ["git", "push"]

      
        22
        24
         tug = ["bookmark", "move", "--from", "heads(::@- & bookmarks())", "--to", "@-"]

      
        23
        25
         

      
        24
        26
         [templates]

      ···
        29
        31
           diff.git(),

      
        30
        32
         )

      
        31
        33
         '''

      
        
        34
        +

      
        
        35
        +[template-aliases]

      
        
        36
        +"format_timestamp(timestamp)" = "timestamp.ago()"