mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
only change func name (#614)
This commit is contained in:
parent
470ad04bc5
commit
c3086bc833
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# rbenv
|
||||
export-env {
|
||||
export-env {
|
||||
load-env {
|
||||
PATH: ($env.PATH | split row (char esep) | prepend [$"($env.HOME)/.rbenv/bin" $"($env.HOME)/.rbenv/shims"])
|
||||
RBENV_VERSION: ""
|
||||
|
@ -8,7 +8,7 @@ export-env {
|
|||
}
|
||||
}
|
||||
|
||||
export def-env rbenv [
|
||||
export def-env main [
|
||||
command?: string@'nu-complete rbenv',
|
||||
...args
|
||||
] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue