.vvconfig/.config/fish/functions/tree.fish

4 lines
44 B
Fish

function tree
command tree -C $argv
end