Thanks! That works with vi, too, like \vi and no color. Anyone know where this is documented?
In "man bash":
The first word of each command, if unquoted, is checked to see if it has an alias.
and any other shell reference.
The backslash is a standard way to "quote" a character or word in the shell.