2015-08-08 11:22:44 -07:00

7 lines
130 B
Fish

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