adds path to asdf installs
This commit is contained in:
@@ -42,6 +42,7 @@ brew install gcc
|
||||
brew install asdf
|
||||
echo -e "\n. \"$(brew --prefix asdf)/libexec/asdf.sh\"" >>~/.bashrc
|
||||
echo -e "\n. \"$(brew --prefix asdf)/etc/bash_completion.d/asdf.bash\"" >>~/.bashrc
|
||||
echo "export PATH=\"\$HOME/.asdf/shims:\$PATH\"" >>~/.bashrc
|
||||
|
||||
asdf plugin add ruby https://github.com/asdf-vm/asdf-ruby.git
|
||||
asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
|
||||
|
||||
Reference in New Issue
Block a user