mirror of
https://github.com/minio/minio.git
synced 2025-02-14 07:02:29 -05:00
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
|