tide/functions/fish_right_prompt.fish
2020-12-07 15:15:29 -08:00

9 lines
282 B
Fish

set -g _tide_right_prompt_display_var _tide_right_prompt_display_$fish_pid
function fish_right_prompt
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