Files
dotfiles/fish/ll.fish
T
Henrik Bakken 610fdaae2d updates
2021-01-19 04:03:22 +01:00

4 lines
95 B
Fish

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