mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-19 01:51:32 +03:00
8 lines
173 B
Fish
8 lines
173 B
Fish
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 |