From 59ffb3f45442478a3ba320de04f59fcc010058f6 Mon Sep 17 00:00:00 2001 From: Nick Plekhanov Date: Sun, 4 Sep 2016 01:23:56 +0200 Subject: [PATCH] bash: Hook in nvm --- shell/shell_exports | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shell/shell_exports b/shell/shell_exports index 98e6752..cf7d764 100644 --- a/shell/shell_exports +++ b/shell/shell_exports @@ -50,6 +50,10 @@ less_options=( export LESS="${less_options[*]}" export PAGER='less' +# Load nvm +export NVM_DIR="$HOME/.nvm" +[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" + export HOMEBREW_CASK_OPTS="--appdir=/Applications" # here's LS_COLORS