function dud -d "Display disk usage with dust" if type -q dust command dust --depth 1 -w 88 $argv else command echo "dust program not installed!" end end