mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-24 01:13:13 +03:00
8 lines
231 B
Fish
8 lines
231 B
Fish
function _tide_item_prompt_char
|
|
if test $_tide_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 |