configs  Diff

Differences From Artifact [9c1f68ea69]:

To Artifact [1a3d96157e]:


1
2


3
4



5
6
7


1
2
3

4
5
6
7
8
9
-
-
+
+

-
+
+
+



function ls --description 'List contents of directory'
    if type -q gls
if type -q gls
    function ls --description 'List contents of directory'
        command gls --color=auto $argv
    else
    end
else if command ls --color=auto &>/dev/null
    function ls --description 'List contents of directory'
        command ls --color=auto $argv
    end
end