update nvm installation
This commit is contained in:
parent
c7c1113cd4
commit
5414431ead
2 changed files with 1 additions and 2 deletions
|
@ -15,6 +15,5 @@ export VAGRANT_DEFAULT_PROVIDER=virtualbox
|
|||
export FZF_DEFAULT_COMMAND='rg --files --no-ignore --hidden --follow --glob "!.git/*"'
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
|
||||
set -x
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||
|
|
|
@ -68,7 +68,7 @@ mkdir -p ~/.cargo/
|
|||
echo "all links done"
|
||||
|
||||
echo "adding NVM"
|
||||
$CURL -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
|
||||
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
|
||||
|
||||
echo "sourcing env"
|
||||
source ~/.setenv
|
||||
|
|
Loading…
Reference in a new issue