2026-03-06 11:57:24 +01:00
|
|
|
# shellcheck shell=bash
|
|
|
|
|
# shellcheck disable=SC1090
|
2026-03-06 12:05:05 +01:00
|
|
|
# Tab completion for asdf, a tool that manages multiple language runtime versions
|
2026-03-06 11:57:24 +01:00
|
|
|
command -v asdf &>/dev/null && . <(asdf completion bash)
|