Files
fish/functions/tree.fish
2025-04-10 03:54:27 +08:00

5 lines
85 B
Fish

function tree --description 'alias tree tree -C'
command tree -C $argv
end