tide/functions/_tide_decolor.fish

4 lines
101 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(\co)?' '' "$argv"
2021-03-02 20:46:40 +03:00
end