# shellcheck shell=bash # shellcheck disable=SC1090 # Tab completion for asdf, a tool that manages multiple language runtime versions command -v asdf &>/dev/null && . <(asdf completion bash)