adding npm role

This commit is contained in:
2021-03-09 18:08:06 +00:00
parent 6a59e43052
commit 5c2f0fa22e
3 changed files with 26 additions and 0 deletions

View File

@@ -197,6 +197,12 @@ source "$HOME/.cargo/env"
export GOBIN="$HOME/go/bin"
export PATH="/usr/local/go/bin:$HOME/go/bin:$PATH"
################################################################
# NVM #
################################################################
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" # This loads nvm
################################################################
# APPS #
################################################################