mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-22 23:03:26 +03:00
9 lines
209 B
Fish
9 lines
209 B
Fish
function _tide_decolor
|
|
string replace --all -r '\e(\[[\d;]*|\(B\e\[)m(\co)?' '' "$argv"
|
|
end
|
|
funcsave _tide_decolor
|
|
|
|
echo "\
|
|
set TERM xterm-256color
|
|
set -g _tide_side right" >$__fish_config_dir/config.fish
|