mirror of
https://github.com/ipedrazas/drone-helm.git
synced 2026-07-06 16:02:36 +08: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
|