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

8 lines
120 B
Bash

script_root=${0:a:h}
_mongodbs() {
compadd $(mongo --quiet $script_root/load_databases.js)
}
compdef _mongodbs mongo