Para não ter que ficar sempre digitando db.collections.find().pretty() no mongo shell, basta criar o arquivo $HOME/.mongorc.js e adicionar:
db.collections.find().pretty()
$HOME/.mongorc.js
DBQuery.prototype._prettyShell = true