[fix] Add fnm for both macos and linux
This commit is contained in:
8
config/fish/conf.d/linux/fnm.fish
Normal file
8
config/fish/conf.d/linux/fnm.fish
Normal file
@@ -0,0 +1,8 @@
|
||||
set -gx PATH "/run/user/1000/fnm_multishells/295966_1690289932404/bin" $PATH;
|
||||
set -gx FNM_VERSION_FILE_STRATEGY "local";
|
||||
set -gx FNM_LOGLEVEL "info";
|
||||
set -gx FNM_ARCH "x64";
|
||||
set -gx FNM_DIR "/home/fs0c131y/.local/share/fnm";
|
||||
set -gx FNM_COREPACK_ENABLED "false";
|
||||
set -gx FNM_MULTISHELL_PATH "/run/user/1000/fnm_multishells/295966_1690289932404";
|
||||
set -gx FNM_NODE_DIST_MIRROR "https://nodejs.org/dist";
|
||||
Reference in New Issue
Block a user