1
0
Fork 0
vdotfiles/cli/.config/fish/functions/ll.fish

3 lines
34 B
Fish

function ll
ls -alg $argv
end