Skip to content

Commit 02dcff0

Browse files
Remove nvm completion (#25)
1 parent df616f7 commit 02dcff0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/mac-dev-setup.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,6 @@ brew cask install visual-studio-code
113113
mkdir ~/.nvm
114114
brew install nvm # choose your version of npm
115115
nvm install node # "node" is an alias for the latest version
116-
{
117-
echo "export NVM_DIR=\"$HOME/.nvm\""
118-
echo '[ -s "/usr/local/opt/nvm/nvm.sh" ] && . "/usr/local/opt/nvm/nvm.sh" # This loads nvm'
119-
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'
120-
}>>$MAC_SETUP_PROFILE
121116
brew install yarn # Dependencies management for node
122117

123118

0 commit comments

Comments
 (0)