mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 20:35:11 +01:00
nvm node.js enablement
This commit is contained in:
4
.bashrc
4
.bashrc
@@ -208,5 +208,9 @@ fi
|
||||
# Android-related binaries
|
||||
PATH=$PATH:/usr/local/bin/android-sdk-linux/platform-tools:/usr/local/bin/android-sdk-linux/tools
|
||||
|
||||
# nvm node.js package manager virtualenv thing
|
||||
export NVM_DIR="${HOME}/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
|
||||
# QT autoscaling, helpful for hidpi systems
|
||||
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
||||
|
||||
Reference in New Issue
Block a user