tide/functions/fish_right_prompt.fish

7 lines
201 B
Fish
Raw Normal View History

function fish_right_prompt
2020-11-24 01:56:52 +03:00
printf '%s' $_tide_right_prompt_display
# Right prompt is always the last thing on the line
# therefore reset colors for tab completion
set_color normal
end