fnm icon indicating copy to clipboard operation
fnm copied to clipboard

Wrong temp path on Windows?

Open ysc3839 opened this issue 1 year ago • 0 comments

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?

ysc3839 avatar Mar 25 '24 19:03 ysc3839