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