dotfiles/dot_config/bash/asdf.sh

4 lines
68 B
Bash

if [ -f "$HOME/.asdf/asdf.sh" ] ; then
. "$HOME/.asdf/asdf.sh"
fi