mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03: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
|