1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-07-30 13:47:46 +00:00
nu_scripts/modules/rbenv
Zh_Jk d316685063
Update rbenv module (#1007)
heres the changes

- Removed outdated code
- Replaced the old load-env with $env assignment
- Kept the rbenv command intact but focused on the "rbenv shell"
(modified a subcommand rather than the whole command)
- Deleted unused command completions
2025-01-01 08:15:40 -06:00
..
rbenv.nu Update rbenv module (#1007) 2025-01-01 08:15:40 -06:00
README.md Update rbenv module (#1007) 2025-01-01 08:15:40 -06:00

rbenv script

This script provides minimal working rbenv setup. It can be used by importing its exported commands via:

use path/to/rbenv.nu

With path/to being either the relative path of the file to your current working directory or its absolute path.