···116116function fish_right_prompt
117117 set -l vcs_color normal
118118119119+ # Print nothing if neither git or jj are in the path
120120+ if not command -q git || not command -q jj
121121+ return 1
122122+ end
123123+119124 if test -e "./.jj"
120125 set vcs_color blue
121126 set icon (set_color $vcs_color) "๓ฑ" (set_color normal)