tide/lean_theme/prompt_modules/fake_prompt/4_final.fish

9 lines
199 B
Fish
Raw Normal View History

# Prompt character
2020-04-21 06:35:56 +03:00
if test $lastExitCode -eq 0
set_color $lean_color_green
else
set_color $fish_color_error
end
echo -n " "
set_color $fish_color_normal
end