mirror of https://github.com/bjeanes/dotfiles.git
5 lines
95 B
Bash
5 lines
95 B
Bash
|
if [ -d "$HOME/.asdf" ]; then
|
||
|
. $HOME/.asdf/asdf.sh
|
||
|
. $HOME/.asdf/completions/asdf.bash
|
||
|
fi
|