This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
cinaeco
/
dotfiles
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
ad9aef8454
Rami (Branch)
Tag
master
remove-vimplug
dotfiles
/
mongo
/
mongorc.js
mongorc.js
97 B
Cronologia
Originale
1
2
3
4
prompt = function() {
var host = db.serverStatus().host;
return host + ":[" + db + "] > ";
}