rc/config/fish/functions/ll.fish
2019-02-19 16:31:24 -05:00

4 lines
92 B
Fish

function ll --description 'List contents of directory using long format'
ls -lha $argv
end