It seems like pretty() should be the default in the shell. New users will not immediately know about this command. It will probably take them even longer to figure out that you can add the following to your $HOME/.mongorc.js file:
DBQuery.prototype._prettyShell = true
Perhaps you can add an _uglyShell or _compactShell field for people who prefer the compact mode :-^