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

Configure Feed

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

change jj icon

Kacaii 86250c93 b3c0c128

+1 -1
+1 -1
.config/fish/functions/fish_right_prompt.fish
··· 3 3 4 4 if command -q jj && test -e "$PWD/.jj" 5 5 set vcs_color blue 6 - set icon (set_color $vcs_color) "๓ฑ—†" (set_color normal) 6 + set icon (set_color $vcs_color) "๏‚" (set_color normal) 7 7 else if command -q git && test -e "$PWD/.git" 8 8 set vcs_color red 9 9 set icon (set_color $vcs_color) "๎™" (set_color normal)