diff --git a/.setenv.sh b/.setenv.sh index 26f5d0dd..e8211df6 100644 --- a/.setenv.sh +++ b/.setenv.sh @@ -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 diff --git a/common/configure_fresh_system.sh b/common/configure_fresh_system.sh index ebc65243..d6b051c7 100755 --- a/common/configure_fresh_system.sh +++ b/common/configure_fresh_system.sh @@ -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