Skip to content

Commit

Permalink
Update .zshrc
Browse files Browse the repository at this point in the history
Removed reference to 'freek' and replaced with $DEFAULT_USER
  • Loading branch information
ashgibson authored Jan 22, 2024
1 parent 8255de3 commit 5f19052
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 5f19052

Please sign in to comment.