dotfiles/.config/fish/functions/t.fish

3 lines
38 B
Fish

function t
command tree $argv
end