1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-11-22 09:47:21 +01:00

add nvm stuff

This commit is contained in:
Matthias Kretschmann 2016-05-15 18:22:12 +02:00
parent ac612fd6b1
commit 3607543e30

View File

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