#
# These are very common and useful
function ll -d (_ "List contents of directory using long format")
ls -lh $argv
end