mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2026-04-02 09:55:28 +00:00
6 lines
185 B
Fish
6 lines
185 B
Fish
function _fake_tide_item_character
|
|
set_color $fake_tide_character_color
|
|
contains newline $fake_tide_left_prompt_items || echo -ns ' '
|
|
echo -ns $fake_tide_character_icon
|
|
end
|