M
M
Any update for Mac OS Big Sur?
@brettwooldridge Found an update for Big Sur [here](https://github.com/facebook/buck/commit/a2912b9c46bba1dc1b317d8532a5e04d3aa52389). Just wait for the next release of Buck.
> I'm all in for filtering the PATH to not add directories that are not necessary and just messes up everything. Do you think it should be a shell code...
@Schniz No problem 😁. This is my first time contributing to the Rust project. Thanks for your advice.
@Schniz Hi, according to this commit https://github.com/Schniz/fnm/commit/ad0ecd7fff864430e072c0df2fe984ef0875324b. I just updated the code to support the local cache directory.
@Schniz I just updated the code according to this commit https://github.com/Schniz/fnm/commit/c85ff97f1404b0042f7378acb0ad67b3fd607189. And fixed failed test
> 🙏 let's see if tests pass 🙏 It's failed. Look like I need to install Windows to test it...
@Schniz Just fixed. I hope this is the last 😂
Finally, it passed 🎉
`fish_add_path` did not help to avoid the script to append a new fnm binary path in this situation. Because fnm will create a new binary path whenever you reload the...