add terraform, aws tools, update git pull, update how PATH .profile is loaded
This commit is contained in:
@@ -13,7 +13,9 @@ if not_installed "nvm"; then
|
||||
fi
|
||||
|
||||
printf "nvm is installed, upgrading...\n"
|
||||
git --git-dir="$NVM_DIR/.git" pull
|
||||
git --git-dir="$NVM_DIR/.git" fetch -q
|
||||
git --git-dir="$NVM_DIR/.git" rebase -q --autostash FETCH_HEAD
|
||||
|
||||
nvm --version
|
||||
node --version
|
||||
npm --version
|
||||
|
||||
Reference in New Issue
Block a user