mirror of
https://github.com/pyenv/pyenv.git
synced 2025-01-24 23:11:35 +00:00
c9a96c9f79
In the event that `eval "$(rbenv init -)"` is called from a function named rbenv (which I do to get rbenv to load lazily in my shell), evaluating the phrase `rbenv rehash` will cause the outer function to run again (causing an infinite loop). This change makes it clear you want the command named rbenv and not a function which may exist in the environment. |
||
---|---|---|
.. | ||
rbenv | ||
rbenv---version | ||
rbenv-commands | ||
rbenv-completions | ||
rbenv-exec | ||
rbenv-global | ||
rbenv-help | ||
rbenv-hooks | ||
rbenv-init | ||
rbenv-local | ||
rbenv-prefix | ||
rbenv-rehash | ||
rbenv-root | ||
rbenv-sh-rehash | ||
rbenv-sh-shell | ||
rbenv-shims | ||
rbenv-version | ||
rbenv-version-file | ||
rbenv-version-file-read | ||
rbenv-version-file-write | ||
rbenv-version-name | ||
rbenv-version-origin | ||
rbenv-versions | ||
rbenv-whence | ||
rbenv-which |