tide/functions/fish_right_prompt.fish

9 lines
282 B
Fish
Raw Normal View History

2020-12-08 02:15:29 +03:00
set -g _tide_right_prompt_display_var _tide_right_prompt_display_$fish_pid
function fish_right_prompt
2020-12-08 02:15:29 +03:00
printf '%s' $$_tide_right_prompt_display_var
# Right prompt is always the last thing on the line
# therefore reset colors for tab completion
set_color normal
end