tide/functions/fish_right_prompt.fish
2020-11-23 14:56:52 -08:00

7 lines
201 B
Fish

function fish_right_prompt
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