···9999100100 if test -e "build.zig"
101101 set icon (set_color yellow) "๎ฉ " (set_color normal)
102102+ else if test -e "deno.json"
103103+ set icon (set_color green) "๎ " (set_color normal)
102104 else if test -e "gleam.toml"
103105 set icon (set_color magenta) "๏ " (set_color normal)
104104- else if test -e "deno.json"
105105- set icon (set_color green) "๎ " (set_color normal)
106106 else if test -e "package.json"
107107 set icon (set_color green) "๎ด " (set_color normal)
108108 else if test -e "pyproject.toml"
···115115116116function fish_right_prompt
117117 set -l vcs_color normal
118118-119119- # 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
123118124119 if command -q jj && test -e ".jj"
125120 set vcs_color blue