Update asdf to 0.5.0

0.5.0 was released in May 2018. I've been using it for a while with no
issues.
trunk
Eebs Kobeissi 6 years ago
parent b6d08ccc57
commit 6a6dce197b

2
mac

@ -163,7 +163,7 @@ brew link --force heroku
fancy_echo "Configuring asdf version manager..."
if [ ! -d "$HOME/.asdf" ]; then
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.3.0
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.5.0
append_to_zshrc "source $HOME/.asdf/asdf.sh" 1
fi

Loading…
Cancel
Save