tangled
alpha
login
or
join now
kacaii.dev
/
dotfiles
0
fork
atom
๐ Backup for my config files
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
remove jj node template
kacaii.dev
1 month ago
192d3754
9c7c19e7
verified
This commit was signed with the committer's
known signature
.
kacaii.dev
SSH Key Fingerprint:
SHA256:n9v7QGNWHCUv1x/483hCtPUvTsVabU5PzC5CSJMUNtI=
-12
1 changed file
expand all
collapse all
unified
split
.config
jj
conf.d
templates.toml
-12
.config/jj/conf.d/templates.toml
···
30
30
31
31
[templates]
32
32
git_push_bookmark = '"kacaii/push-" ++ change_id.short()'
33
33
-
34
34
-
log_node = '''
35
35
-
label("node",
36
36
-
coalesce(
37
37
-
if(!self, label("elided", "~")),
38
38
-
if(current_working_copy, label("working_copy", "@")),
39
39
-
if(conflict, label("conflict", "ร")),
40
40
-
if(immutable, label("immutable", "โข")),
41
41
-
label("normal", "ยท")
42
42
-
)
43
43
-
)
44
44
-
'''