๐Ÿ”’ Backup for my config files
dotfiles

remove jj node template

kacaii.dev 192d3754 9c7c19e7

verified
-12
-12
.config/jj/conf.d/templates.toml
··· 30 30 31 31 [templates] 32 32 git_push_bookmark = '"kacaii/push-" ++ change_id.short()' 33 - 34 - log_node = ''' 35 - label("node", 36 - coalesce( 37 - if(!self, label("elided", "~")), 38 - if(current_working_copy, label("working_copy", "@")), 39 - if(conflict, label("conflict", "ร—")), 40 - if(immutable, label("immutable", "โ€ข")), 41 - label("normal", "ยท") 42 - ) 43 - ) 44 - '''