dotfiles/.config/fish/functions/ll.fish

4 lines
35 B
Fish
Raw Normal View History

function ll
2020-01-17 00:56:19 +01:00
ls -alhF $argv
end