3 lines
80 B
Fish
3 lines
80 B
Fish
function ll --wraps='ls -lh' --description 'alias ll ls -lh'
|
|
ls -lh $argv
|
|
end
|