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