dotfiles/fish/functions/ll.fish

4 lines
33 B
Fish
Raw Normal View History

2022-08-12 12:44:33 +02:00
function ll
ls -al $argv
end