dotfiles/shells/common/asdf.sh

5 lines
95 B
Bash

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