···2424 end
25252626 # Code forge
2727- if test -e "$jj_root_dir/.tangled"
2828- set code_forge "๓ฐณ "
2929- else if test -e "$jj_root_dir/.github"
3030- set code_forge "๎ "
3131- end
2727+ test -e "$jj_root_dir/.tangled"; and set code_forge "๓ฐณ "
2828+ or test -e "$jj_root_dir/.github"; and set code_forge "๎ "
32293330 # Git prompt
3434- set -l git_commit_hash \
3535- (set_color $vcs_color) (fish_git_prompt) (set_color normal)
3131+ set -l git_commit_hash (set_color $vcs_color) (fish_git_prompt) (set_color normal)
36323733 # Vcs text
3834 if test -n "$jj_root_dir"; and test -n "$jj_description"