fish-shell/share/functions/ll.fish
2007-01-16 11:29:18 +10:00

7 lines
131 B
Fish

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