Skip to content

Commit 2c76a35

Browse files
committed
Add nvm to .profile
1 parent 1692891 commit 2c76a35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.profile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ fi
3636
if [ -f "${HOME}/.ssh-agent-info" ]; then
3737
eval "$(<"${HOME}/.ssh-agent-info")" > /dev/null
3838
fi
39+
40+
export NVM_DIR="$HOME/.nvm"
41+
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm

0 commit comments

Comments
 (0)