Skip to content

Commit 32fee50

Browse files
committedDec 10, 2021
added in sourcing asdf scripts to allow nodejs to find reshim
1 parent 6a33cb7 commit 32fee50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎bootstrap.sh

+4
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,10 @@ install_oh_my_zsh() {
207207
configure_asdf() {
208208
info "Configuring asdf and relevant plugins"
209209

210+
# asdf scripts needed during nodejs install for reshim
211+
# also avoiding reloading shell for .zshrc and exiting script
212+
. $(brew --prefix asdf)/libexec/asdf.sh
213+
210214
info "Installing asdf plugin for erlang, elixir, and nodejs"
211215
[ ! -d "$ASDF_DIR/plugins/erlang" ] && asdf plugin add erlang
212216
[ ! -d "$ASDF_DIR/plugins/elixir" ] && asdf plugin add elixir

0 commit comments

Comments
 (0)
Please sign in to comment.