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