rc/config/fish/functions/ll.fish

4 lines
92 B
Fish
Raw Normal View History

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