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