mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 16:10:45 +01:00
feat(fnm): enable engines and corepack
This commit is contained in:
parent
5e9b4b9186
commit
e4e7854c93
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ set -x HOMEBREW_NO_EMOJI 1
|
|||
/opt/homebrew/bin/brew shellenv | source
|
||||
|
||||
# fnm shell env
|
||||
set -gx FNM_RESOLVE_ENGINES true
|
||||
set -gx FNM_COREPACK_ENABLED true
|
||||
fnm env --use-on-cd | source
|
||||
|
||||
# cargo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue