mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
7 lines
120 B
Bash
7 lines
120 B
Bash
script_root=${0:a:h}
|
|
|
|
_mongodbs() {
|
|
compadd $(mongo --quiet $script_root/load_databases.js)
|
|
}
|
|
compdef _mongodbs mongo
|
|
|