Skip to content

Commit

Permalink
path fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Jun 19, 2024
1 parent 74b873e commit 97913c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skel/.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export VISUAL=vim

export PATH="${HOME}/bin:${PATH}"
export PATH="${HOME}/.local/bin:$PATH"
export PATH="${PATH}:${HOME}/.corepack/bin:${HOME}/.npm-global/bin"
export PATH="${HOME}/.corepack/bin:${HOME}/.npm-global/bin:${PATH}"

export DOTNET_CLI_TELEMETRY_OPTOUT=1
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
Expand Down

0 comments on commit 97913c0

Please sign in to comment.