Skip to content

Commit

Permalink
Merge pull request #56 from ashgibson/patch-1
Browse files Browse the repository at this point in the history
Update .zshrc
  • Loading branch information
freekmurze authored Jan 22, 2024
2 parents 8255de3 + 5f19052 commit dd56ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi
eval "$(github-copilot-cli alias -- "$0")"

# fnm
export PATH="/Users/freek/Library/Application Support/fnm:$PATH"
export PATH="/Users/$DEFAULT_USER/Library/Application Support/fnm:$PATH"
eval "`fnm env`"

eval "$(fnm env --use-on-cd)"
Expand Down

0 comments on commit dd56ee8

Please sign in to comment.