configs  Artifact [9c1f68ea69]

Artifact 9c1f68ea690d85d212bd1d2858355e1d34c97e8e696d6657f0ab4c64868b4eb0:


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