mirror of
https://github.com/rancher/os.git
synced 2025-07-06 03:26:12 +00: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
|