Releases: jorgebucaran/nvm.fish
Releases · jorgebucaran/nvm.fish
2.2.17
- Now you can set a custom install directory. Just define
$nvm_data, and it'll use that—otherwise, it falls back to$XDG_DATA_HOME(#231).- 🎉 to @davychhouk and @smorimoto for making it happen.
2.2.16
2.2.15
2.2.14
- Invoke curl without using user's
~/.curlrcconfig (#223, #224) by @bcspragu.- The idea is that a
~/.curlrccan contain options that change the output, like-w, which can cause downstream tooling (liketar) to fail. In this case, we wantcurlto behave consistently regardless of how the user has configured curl.
- The idea is that a
2.2.13
- Spice up docs with sass & tweaks.
- Replace
$HOMEwith ~ via Fish for compatibility (avoids errors when activating older Node versions). - Update nvm --help messages and autocomplete help.
2.2.12
2.2.11
2.2.10
2.2.9
2.2.8
- Don't complete files, so that
nvmmay not be followed by a filename. - Add new
--silentoption flag to suppress standard output (#186).
Thank you @lydell and @edouard-lopez for their feedback.