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