diff --git a/asdf.sh b/asdf.sh index 08825443..3e001df4 100644 --- a/asdf.sh +++ b/asdf.sh @@ -11,6 +11,6 @@ export PATH="${asdf_dir}/bin:${asdf_dir}/shims:$PATH" if [ -n "$ZSH_VERSION" ]; then fpath=(${asdf_dir}/completions $fpath) - autoload -U compinit - compinit + autoload -U bashcompinit + bashcompinit fi