#
# These are very common and useful
#
function la -d (N_ "List contents of directory, including hidden files in directory using long format")
	ls -lah $argv
end