This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
cinaeco
/
dotfiles
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
43b4d4675e
Ramas
Etiquetas
master
remove-vimplug
dotfiles
/
mongo
/
mongorc.js
mongorc.js
97 B
Histórico
Raw
1
2
3
4
prompt = function() {
var host = db.serverStatus().host;
return host + ":[" + db + "] > ";
}