Skip to content

Commit

Permalink
feat: add path
Browse files Browse the repository at this point in the history
  • Loading branch information
iuiaoin committed Nov 14, 2024
1 parent f55ff40 commit f41095e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _zshrc/macos.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,9 @@ export NPM_CONFIG_PREFIX="$HOME/.npm-global"
export BAT_THEME="Monokai Extended Bright"
export HOMEBREW_NO_AUTO_UPDATE=1

export PNPM_HOME=~/.pnpm
# Path should be set before fnm
export PATH="/usr/local/opt/curl/bin:$HOME/.yarn/bin:$NPM_CONFIG_PREFIX/bin:/usr/local/bin:/usr/local/sbin:$HOME/bin:$PATH"
export PATH="/usr/local/opt/curl/bin:$HOME/.yarn/bin:$NPM_CONFIG_PREFIX/bin:/usr/local/bin:/usr/local/sbin:$HOME/bin:$PNPM_HOME:$HOME/.local/bin:$PATH"

# fnm automatically switch Node.js versions when you cd into a directory with a .node-version or .nvmrc file
if (( $+commands[fnm] )); then
Expand Down

0 comments on commit f41095e

Please sign in to comment.