Files
dotfiles/fish/functions/ll.fish
T
Henrik Bakken bdb97bf9a5 updates
2021-03-13 18:50:39 +01:00

4 lines
95 B
Fish

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