oh-my-zsh/plugins/mongo/mongo.plugin.zsh
2017-03-07 15:17:41 +01:00

7 lines
115 B
Bash

_mongodbs() {
mypath=$(dirname $0)
compadd $(mongo --quiet $mypath/load_databases.js)
}
compdef _mongodbs mongo