This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
cinaeco
/
dotfiles
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
845e1fa311
Branches
Tags
master
remove-vimplug
dotfiles
/
mongo
/
mongorc.js
mongorc.js
97 B
Verlauf
Originalformat
1
2
3
4
prompt = function() {
var host = db.serverStatus().host;
return host + ":[" + db + "] > ";
}