1 2 3 4 5 6 7
function _tide_fish_colorize if command -q fish_indent echo -ns "$argv" | fish_indent --ansi else echo -ns "$argv" end end