only change func name (#614)

This commit is contained in:
marcel 2023-09-22 18:20:22 +02:00 committed by GitHub
parent 470ad04bc5
commit c3086bc833
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
] {