Skip to content

Commit dd56ee8

Browse files
authored
Merge pull request #56 from ashgibson/patch-1
Update .zshrc
2 parents 8255de3 + 5f19052 commit dd56ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/.zshrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi
9898
eval "$(github-copilot-cli alias -- "$0")"
9999

100100
# fnm
101-
export PATH="/Users/freek/Library/Application Support/fnm:$PATH"
101+
export PATH="/Users/$DEFAULT_USER/Library/Application Support/fnm:$PATH"
102102
eval "`fnm env`"
103103

104104
eval "$(fnm env --use-on-cd)"

0 commit comments

Comments
 (0)