From e4e7854c935d47c29dde9ef0821355be340a794a Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Wed, 23 Aug 2023 15:34:00 +0800 Subject: [PATCH] feat(fnm): enable engines and corepack --- programs/fish/conf.d/02_tooling.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/programs/fish/conf.d/02_tooling.fish b/programs/fish/conf.d/02_tooling.fish index 08aaf1d..eee8d3a 100644 --- a/programs/fish/conf.d/02_tooling.fish +++ b/programs/fish/conf.d/02_tooling.fish @@ -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