This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
cinaeco
/
dotfiles
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
f9d8755879
Branches
Tags
master
remove-vimplug
dotfiles
/
mongo
/
mongorc.js
mongorc.js
97 B
Historique
Raw
1
2
3
4
prompt = function() {
var host = db.serverStatus().host;
return host + ":[" + db + "] > ";
}