4 lines
68 B
Fish
Raw Normal View History

2020-12-21 19:09:53 -07:00
function ls --description "Use exa to list files"
exa $argv
end