mirror of
https://github.com/lowne/fish-prompt-metro.git
synced 2024-10-27 20:34:12 +00:00
9 lines
157 B
Fish
9 lines
157 B
Fish
function segment_close
|
|
if test ! -z "$segment"
|
|
printf "$segment "
|
|
set segment
|
|
set segment_color
|
|
end
|
|
set_color normal
|
|
end
|