From 03710f25a87f7c96342eaf62918d4a9d5f07ef9c Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Thu, 31 Jan 2019 10:59:37 +0100 Subject: NVM --- bash/.bashrc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bash/.bashrc') diff --git a/bash/.bashrc b/bash/.bashrc index cfd3446..9d8f705 100755 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -211,4 +211,9 @@ if exists xcrun; then export CPLUS_INCLUDE_PATH="$CPLUS_INCLUDE_PATH:$SDK_PATH/usr/include" fi +if [ -s "/usr/local/opt/nvm/nvm.sh" ]; then + export NVM_DIR="$HOME/.nvm" + source "/usr/local/opt/nvm/nvm.sh" +fi + # vim: set ts=4 sw=4 tw=0 et : -- cgit v1.2.3