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

4 lines
35 B
Fish

function ll
ls -alhF $argv
end