Initialize NVM
This commit is contained in:
parent
91032066bf
commit
ea85092e99
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.zshrc
|
@ -61,3 +61,6 @@ export EDITOR='vim'
|
|||
if test -d "$HOME/.rbenv/bin" ; then
|
||||
eval "$(rbenv init -)"
|
||||
fi
|
||||
|
||||
export NVM_DIR="/Users/atomaka/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
|
|
Loading…
Reference in a new issue