mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 22:57:46 +00:00
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
This commit is contained in:
parent
de3865188e
commit
d316685063
2 changed files with 14 additions and 33 deletions
|
@ -4,7 +4,7 @@ This script provides minimal working rbenv setup.
|
|||
It can be used by importing its exported commands via:
|
||||
|
||||
```
|
||||
use path/to/rbenv.nu *
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue