tide/tests/test_setup.fish

7 lines
188 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
2021-05-19 20:14:21 +03:00
funcsave _tide_decolor
2021-06-27 00:23:08 +03:00
echo "set TERM xterm-256color" >$__fish_config_dir/config.fish