We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1692891 commit 2c76a35Copy full SHA for 2c76a35
.profile
@@ -36,3 +36,6 @@ fi
36
if [ -f "${HOME}/.ssh-agent-info" ]; then
37
eval "$(<"${HOME}/.ssh-agent-info")" > /dev/null
38
fi
39
+
40
+export NVM_DIR="$HOME/.nvm"
41
+[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
0 commit comments