You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
317 B

function segment_right -a fg bg text -d "Add right prompt segment"
set -l right_color $segment_right_color
if test -z "$right_color"
set right_color $bg
end
set -g segment_right_color $fg
echo (set_color $bg)(set_color $segment_right_color -b $bg)"$text"(set_color $right_color)
end