4 lines
58 B
Fish
4 lines
58 B
Fish
|
function ll --description 'alias ls -l'
|
||
|
ls -l $argv
|
||
|
end
|