tide/functions/_lean_prompt_char.fish
2020-05-18 10:06:02 -07:00

8 lines
173 B
Fish
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

function _lean_prompt_char
if test $last_status -eq 0
set_color $lean_color_green
else
set_color $fish_color_error
end
printf '%s ' ''
end