configs  Artifact [2407695fb9]

Artifact 2407695fb901c98cd358cb15faa5d95622bcddf6a9ff388fa8f6c494b12683a9:


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