mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-26 09:42:51 +03:00
4 lines
101 B
Fish
4 lines
101 B
Fish
function _tide_decolor
|
|
string replace --all --regex '\e(\[[\d;]*|\(B\e\[)m(\co)?' '' "$argv"
|
|
end
|