.mongorc.js for mongo shell to change the prompt
host = db.serverStatus().host prompt = function() { return db+"@"+host+">" }