after installing nvm, I found two lines of code in .bashrc:
export NVM_DIR="/root/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" -sharp This loads nvm
ask for advice, the second line of code . What does the preceding
mean? .
in "$NVM_DIR/nvm.sh"