4 lines
64 B
Fish
4 lines
64 B
Fish
|
function ls
|
||
|
command exa --group-directories-first $argv
|
||
|
end
|