jorgebucaran / nvm.fish

The Node.js version manager you'll adore, crafted just for Fish
https://git.io/nvm.fish
MIT License
2.06k stars 69 forks source link

Invoke curl without using user's ~/.curlrc config #224

Closed bcspragu closed 3 months ago

bcspragu commented 4 months ago

The idea is that a ~/.curlrc can contain options that change the output, like -w, which can cause downstream tooling (like tar) to fail.

In this case, we want curl to behave consistently regardless of how the user has configured curl.

Fixes https://github.com/jorgebucaran/nvm.fish/issues/223

jorgebucaran commented 4 months ago

I would also prefer --disable, but let's use -q, which was available before --disable was introduced.

Related https://github.com/jorgebucaran/fisher/pull/771

bcspragu commented 4 months ago

Sounds good, done

jorgebucaran commented 3 months ago

Wonderful, thank you! 💯