5 lines
95 B
Fish
5 lines
95 B
Fish
function ll --wraps='lsd -Alh' --description 'alias ll lsd -Alh'
|
|
lsd -Alh $argv
|
|
|
|
end
|