mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 20:13:05 +03:00
8 lines
185 B
Fish
8 lines
185 B
Fish
|
function _tide_left_prompt
|
||
|
for item in _tide_item_{$tide_left_prompt_items}
|
||
|
set -l itemOutput ($item)
|
||
|
printf '%b' "$itemOutput"
|
||
|
|
||
|
set_color normal
|
||
|
end
|
||
|
end
|