refactor(zsh): remove npm env settings

This commit is contained in:
Price Hiller 2023-03-11 15:51:57 -06:00
parent edc59f296f
commit 1b1312d190
No known key found for this signature in database

View File

@ -120,7 +120,3 @@ 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"