add nvm stuff

This commit is contained in:
Matthias Kretschmann 2016-05-15 18:22:12 +02:00
parent ac612fd6b1
commit 3607543e30
1 changed files with 5 additions and 0 deletions

View File

@ -57,9 +57,14 @@ complete -o "nospace" -W "Contacts Calendar Dock Finder Mail Safari iTunes Syste
complete -C aws_completer aws
# ----------------------------------------------------------------------
# nvm
# ----------------------------------------------------------------------
export NVM_DIR="$HOME/.nvm"
. "$(brew --prefix nvm)/nvm.sh"
# ----------------------------------------------------------------------
# rvm
# ----------------------------------------------------------------------