mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-18 17:41:37 +03:00
7 lines
184 B
Fish
7 lines
184 B
Fish
function lean_right_prompt
|
|
set -l n (set_color normal)
|
|
set -l ltc (set_color $lean_timer_color)
|
|
|
|
set -l leanRightPrompt " "$ltc$leanTimer$n" "
|
|
echo $leanRightPrompt
|
|
end |