mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-10 05:54:59 +03:00
7 lines
188 B
Fish
7 lines
188 B
Fish
function _tide_decolor
|
|
string replace --all --regex '\e(\[[\d;]*|\(B\e\[)m(\co)?' '' "$argv"
|
|
end
|
|
funcsave _tide_decolor
|
|
|
|
echo "set TERM xterm-256color" >$__fish_config_dir/config.fish
|