๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add an icon when a jj change has a description

+1
+1
.config/fish/functions/_fish_jj_prompt.fish
··· 4 4 set -l info "$( 5 5 jj log 2>/dev/null --no-graph --ignore-working-copy --color=always \ 6 6 --revisions @ --template ' 7 + if(description, "๓ฐฒถ ", "") ++ 7 8 separate(" ", 8 9 if(conflict, label("conflict", "conflict")), 9 10 if(divergent, label("divergent", "divergent")),