dotfiles/shells/bash/lib/asdf.bash

3 lines
70 B
Bash

if [ -d "$HOME/.asdf" ]; then
. $HOME/.asdf/completions/asdf.bash
fi