mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-24 20:41:36 +03:00
7 lines
201 B
Fish
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
|