tide/functions/_tide_decolor.fish

3 lines
94 B
Fish
Raw Normal View History

2020-11-24 23:59:30 +03:00
function _tide_decolor
string replace --all --regex '\e(\[[\d;]*|\(B\e\[)m' '' "$argv"
2020-05-09 01:32:58 +03:00
end