fish-shell/init/functions/ll.fish

8 lines
120 B
Fish
Raw Normal View History

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