all repos

dotfiles @ 5ad112e

i use rach linux btw
1 files changed, 1 insertions(+), 2 deletions(-)
jj: show less logs; repos are colocated by default now
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-10-08 21:56:51 +0300
Parent: 105ed99
M config/jj/config.toml
ยทยทยท
        16
        16
         key = "~/.ssh/id_ed25519.pub"

      
        17
        17
         

      
        18
        18
         [git]

      
        19
        
        -colocate = true

      
        20
        19
         sign-on-push = true

      
        21
        20
         auto-local-bookmark = true

      
        22
        21
         private-commits = "private()"

      
        23
        22
         

      
        24
        23
         [aliases]

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

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

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

      
        27
        26
         

      
        28
        27
         [templates]