2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-20 17:04:03 +00:00
fish-shell/share/functions/ll.fish

6 lines
144 B
Fish

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