4 lines
68 B
Bash
4 lines
68 B
Bash
|
if [ -f "$HOME/.asdf/asdf.sh" ] ; then
|
||
|
. "$HOME/.asdf/asdf.sh"
|
||
|
fi
|