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