mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-23 17:02:24 +03:00
3 lines
139 B
Fish
3 lines
139 B
Fish
function _tide_decolor -a text
|
|
string replace --all $_tide_color_normal '' "$text" | string replace --all --regex '\e\[[0-9;]*m' ''
|
|
end |