configs  Artifact [27c83c809a]

Artifact 27c83c809af60a4c45f4a7e730f665712f2a300d728bf6f85d73ca5cb8d6ff6e:


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