Skip to content

Instantly share code, notes, and snippets.

@stennie
Created July 26, 2012 01:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stennie/3179786 to your computer and use it in GitHub Desktop.
Save stennie/3179786 to your computer and use it in GitHub Desktop.
Enable default pretty printing in MongoDB shell by default .. equivalent of .find().pretty()
// Add to .mongorc.js
DBQuery.prototype._prettyShell = true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment