feat(zsh): set custom npm install dir

This commit is contained in:
Price Hiller 2023-03-05 00:15:58 -06:00
parent 0c77aed4ab
commit 272d2a88be
No known key found for this signature in database

View File

@ -120,3 +120,7 @@ export DOCKER_BUILDKIT=1
export NOTES_DIR="${HOME}/.notes"
export GITLAB_HOST="https://gitlab.orion-technologies.io"
export SSLKEYLOGFILE="${XDG_DATA_HOME}/ssl-key-log.log"
### NPM ###
export NPM_CONFIG_PREFIX="${HOME}/.npm-global"
export PATH="${PATH}:${NPM_CONFIG_PREFIX}/bin"