Skip to content

Commit

Permalink
feat: adding export to .zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
beardage committed Oct 3, 2022
1 parent 0d8c50f commit 259178a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion


export NODE_OPTIONS=--openssl-legacy-provider

# pnpm
export PNPM_HOME="/home/kyle/.local/share/pnpm"
export PATH="$PNPM_HOME:$PATH"
# pnpm end
# pnpm end

0 comments on commit 259178a

Please sign in to comment.