Skip to content

Commit

Permalink
Remove nvm completion (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspoignant authored Dec 23, 2020
1 parent df616f7 commit 02dcff0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/mac-dev-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,6 @@ brew cask install visual-studio-code
mkdir ~/.nvm
brew install nvm # choose your version of npm
nvm install node # "node" is an alias for the latest version
{
echo "export NVM_DIR=\"$HOME/.nvm\""
echo '[ -s "/usr/local/opt/nvm/nvm.sh" ] && . "/usr/local/opt/nvm/nvm.sh" # This loads nvm'
echo '[ -s "/usr/local/opt/nvm/etc/bash_completion.d/nvm" ] && . "/usr/local/opt/nvm/etc/bash_completion.d/nvm" # This loads nvm bash_completion'
}>>$MAC_SETUP_PROFILE
brew install yarn # Dependencies management for node


Expand Down

0 comments on commit 02dcff0

Please sign in to comment.