3 lines
109 B
Text
3 lines
109 B
Text
|
|
# shellcheck shell=bash
|
||
|
|
# shellcheck disable=SC1090
|
||
|
|
command -v asdf &>/dev/null && . <(asdf completion bash)
|