mirror of
https://github.com/minio/minio.git
synced 2025-02-11 21:58:09 -05:00
git-subtree-dir: third_party/src/github.com/codegangsta/cli git-subtree-split: f7ebb761e83e21225d1d8954fde853bf8edd46c4
6 lines
139 B
Plaintext
6 lines
139 B
Plaintext
autoload -U compinit && compinit
|
|
autoload -U bashcompinit && bashcompinit
|
|
|
|
script_dir=$(dirname $0)
|
|
source ${script_dir}/bash_autocomplete
|