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