tide/tests/test_setup.fish

9 lines
209 B
Fish
Raw Normal View History

2020-11-24 23:59:30 +03:00
function _tide_decolor
string replace --all -r '\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
2021-10-15 04:09:55 +03:00
echo "\
set TERM xterm-256color
set -g _tide_side right" >$__fish_config_dir/config.fish