mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 03:35:10 +01:00
Added nvm node.js manager
This commit is contained in:
@@ -2,4 +2,5 @@ edc/bass
|
|||||||
oh-my-fish/theme-bobthefish
|
oh-my-fish/theme-bobthefish
|
||||||
fisherman/getopts
|
fisherman/getopts
|
||||||
oh-my-fish/plugin-grc
|
oh-my-fish/plugin-grc
|
||||||
|
fisherman/nvm
|
||||||
fisherman/shark
|
fisherman/shark
|
||||||
|
|||||||
3
.profile
3
.profile
@@ -25,3 +25,6 @@ fi
|
|||||||
# layers.offmainthreadcomposition.enabled
|
# layers.offmainthreadcomposition.enabled
|
||||||
# layers.acceleration.force-enabled
|
# layers.acceleration.force-enabled
|
||||||
export MOZ_USE_OMTC=1
|
export MOZ_USE_OMTC=1
|
||||||
|
|
||||||
|
export NVM_DIR="/home/mbscholt/.nvm"
|
||||||
|
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
|
||||||
|
|||||||
Reference in New Issue
Block a user