Source nvm and dont care

This commit is contained in:
Thomas Forgione 2018-12-14 10:29:41 +01:00
parent 652619e1b9
commit 1cc11d2661
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ fi
# Nvm path
if [ -d $HOME/.nvm ]; then
export NVM_DIR="${XDG_CONFIG_HOME/:-$HOME/.}nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
export NVM_DIR="$HOME/.nvm"
source $NVM_DIR/nvm.sh
fi
# LD_LIBRARY_PATH: I don't know why there is this line here but I'm too scared