Clean node
This commit is contained in:
+3
-7
@@ -12,13 +12,9 @@ if [ -d $HOME/.cargo ]; then
|
||||
export PATH=$HOME/.cargo/bin:$PATH
|
||||
fi
|
||||
|
||||
# Nvm path
|
||||
if [ -d $HOME/.nvm ]; then
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
# Sourcing this is really slow
|
||||
# source $NVM_DIR/nvm.sh
|
||||
# So well just export the path
|
||||
export PATH=$HOME/.nvm/versions/v11.4.0/bin:$PATH
|
||||
# Node path
|
||||
if [ -d $HOME/.npmbin ]; then
|
||||
export PATH=$HOME/.npmbin/bin:$PATH
|
||||
fi
|
||||
|
||||
# LD_LIBRARY_PATH: I don't know why there is this line here but I'm too scared
|
||||
|
||||
Reference in New Issue
Block a user