mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 21:45:10 +01:00
nvm node.js enablement
This commit is contained in:
@@ -20,6 +20,11 @@ if test -x ~/.dot/privdotfiles/bin
|
||||
set PATH $PATH ~/.dot/privdotfiles/bin
|
||||
end
|
||||
|
||||
# If nvm is installed
|
||||
if test -x ~/.nvm
|
||||
set -gx NVM_DIR ~/.nvm
|
||||
end
|
||||
|
||||
## Android-related binaries
|
||||
if test -x /usr/local/bin/android-sdk-linux/platform-tools
|
||||
set PATH $PATH /usr/local/bin/android-sdk-linux/platform-tools /usr/local/bin/android-sdk-linux/tools
|
||||
|
||||
Reference in New Issue
Block a user