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