fish-shell/share/functions/ll.fish
2015-08-08 11:22:44 -07:00

6 lines
130 B
Fish

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