configs  Artifact [98d8040878]

Artifact 98d804087801fcfede0486ab2311e592d8e969cd4e1f192bd871dbe122e1fa95:


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