7 lines
71 B
Fish
7 lines
71 B
Fish
|
#!/usr/bin/env fish
|
||
|
#
|
||
|
|
||
|
function ls
|
||
|
command ls --color -p $argv
|
||
|
end
|