dotfiles/dot_config/bash/asdf.sh

4 lines
68 B
Bash
Raw Normal View History

2022-05-10 13:58:50 -04:00
if [ -f "$HOME/.asdf/asdf.sh" ] ; then
. "$HOME/.asdf/asdf.sh"
fi