ohmybash / oh-my-bash

A delightful community-driven framework for managing your bash configuration, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
https://ohmybash.github.io
MIT License
5.54k stars 626 forks source link

lib/nvm: update autoloader to keep up with the upstream #506

Closed akinomyoga closed 6 months ago

akinomyoga commented 6 months ago

Fixes #504

This PR applies the changes introduced in https://github.com/nvm-sh/nvm/pull/2017. I skip the upstream changes introduced in https://github.com/nvm-sh/nvm/pull/2313 and in https://github.com/nvm-sh/nvm/pull/3082.

@ffd114 Could you check this branch (nvm-update branch at akinomyoga/oh-my-bash)?

ffd114 commented 6 months ago

It works great now. Many thanks.

image

akinomyoga commented 6 months ago

Thank you for checking!