mirror of
https://github.com/thegeeklab/drone-matrix.git
synced 2024-11-01 01:00:41 +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
|