mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-26 09:42:51 +03:00
9 lines
282 B
Fish
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
|