.vvconfig/.config/fish/functions/du.fish

4 lines
48 B
Fish

function du
command du -h -d 1 $argv[1]
end