1
0
Fork 0
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:
Ryan Cao 2023-08-23 15:34:00 +08:00
parent 5e9b4b9186
commit e4e7854c93
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E

View file

@ -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