rc/config/fish/functions/ll.fish

4 lines
92 B
Fish
Raw Normal View History

2019-02-19 16:31:24 -05:00
function ll --description 'List contents of directory using long format'
ls -lha $argv
end