From 250f019a77af8245770c17f9a564de0fc80d1643 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 2 Sep 2016 15:32:14 +0200 Subject: [PATCH] Added nvm node.js manager --- .config/fish/fishfile | 1 + .profile | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.config/fish/fishfile b/.config/fish/fishfile index bd41795..6c68a89 100644 --- a/.config/fish/fishfile +++ b/.config/fish/fishfile @@ -2,4 +2,5 @@ edc/bass oh-my-fish/theme-bobthefish fisherman/getopts oh-my-fish/plugin-grc +fisherman/nvm fisherman/shark diff --git a/.profile b/.profile index 09eed9d..32b021c 100644 --- a/.profile +++ b/.profile @@ -25,3 +25,6 @@ fi # layers.offmainthreadcomposition.enabled # layers.acceleration.force-enabled export MOZ_USE_OMTC=1 + +export NVM_DIR="/home/mbscholt/.nvm" +[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm