mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-26 21:53:13 +03:00
9 lines
199 B
Fish
9 lines
199 B
Fish
# Prompt character
|
||
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 |