From 3607543e3090241edec41f7f2d3f21e0b951c2ea Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sun, 15 May 2016 18:22:12 +0200 Subject: [PATCH] add nvm stuff --- bash_profile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bash_profile b/bash_profile index a5c48c2..e4bdcba 100644 --- a/bash_profile +++ b/bash_profile @@ -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 # ----------------------------------------------------------------------