Files
dotfiles/.config/fish/functions/tree.fish
2025-05-10 10:18:28 +03:00

4 lines
56 B
Fish

function tree
command tree -C --dirsfirst $argv
end