mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-24 01:13:13 +03:00
5 lines
138 B
Fish
5 lines
138 B
Fish
function _tide_left_prompt
|
|
for item in _tide_item_{$tide_left_prompt_items}
|
|
printf '%b' ($item)$_tide_color_normal
|
|
end
|
|
end |