File fish/functions/ls.fish artifact 9c1f68ea69 part of check-in 3b9986b114
function ls --description 'List contents of directory' if type -q gls command gls --color=auto $argv else command ls --color=auto $argv end end
function ls --description 'List contents of directory' if type -q gls command gls --color=auto $argv else command ls --color=auto $argv end end