Enable nvm

This commit is contained in:
Oliver Davies 2020-07-14 15:08:57 +01:00
parent 0449cf22ae
commit 2e8c717036

View file

@ -0,0 +1,2 @@
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"