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

Configure Feed

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

add lil commit glyph

Kacaii c95046aa b7324925

+1 -1
+1 -1
.config/fish/functions/fish_right_prompt.fish
··· 36 36 37 37 # Vcs text 38 38 if test -n "$jj_root_dir"; and test -n "$jj_description" 39 - set vcs_text $jj_description 39 + set vcs_text "๓ฐœ˜ $jj_description" 40 40 else if test -n "$git_root_dir" 41 41 set vcs_text $git_commit_hash 42 42 end