mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-24 09:26:27 +03:00
8 lines
220 B
Fish
8 lines
220 B
Fish
function _tide_prompt_char
|
|
if test $last_status -eq 0
|
|
set_color $tide_prompt_char_success_color
|
|
else
|
|
set_color $tide_prompt_char_failure_color
|
|
end
|
|
printf '%s ' "$tide_prompt_char_icon"
|
|
end |