fnm
fnm copied to clipboard
Wrong temp path on Windows?
When running fnm env on Windows, fnm returns multishell path in AppData\Local:
SET FNM_MULTISHELL_PATH=C:\Users\richard\AppData\Local\fnm_multishells\3868_1711396232893
https://github.com/Schniz/fnm/blob/a5a497b7e2c4cc615fedf366f9eeab4e322443ed/src/directories.rs#L20-L26
Shouldn't this path be AppData\Local\Temp\fnm_multishells?