pyenv/libexec
Mislav Marohnić f2ac882579
rbenv shell: properly declare global variables for zsh (#1566)
With zsh `setopt warn_create_global` the "shell" command used to cause
a warning message:

    scalar parameter RBENV_VERSION_OLD created globally in function rbenv.

By using `typeset -g` specifically for zsh, this warning goes away.
2024-04-29 14:20:21 +02:00
..
rbenv fix dead link in comment 2023-05-13 00:14:21 -07:00
rbenv---version rbenv 1.2.0 2021-09-29 20:47:10 +02:00
rbenv-commands Use read -a to split output into an array (#1450) 2022-10-09 14:48:13 +02:00
rbenv-completions Merge pull request #1448 from rbenv/command-to-type-P 2022-10-09 14:49:32 +02:00
rbenv-exec Use read -a to split output into an array (#1450) 2022-10-09 14:48:13 +02:00
rbenv-global Remove support for legacy global version files 2015-12-28 22:05:00 -05:00
rbenv-help help: have --usage always print a usage line 2023-07-11 18:54:38 +02:00
rbenv-hooks Use read -a to split output into an array (#1450) 2022-10-09 14:48:13 +02:00
rbenv-init Add explanatory comment, and remove obsolete versions 2023-05-13 12:56:22 -04:00
rbenv-local Remove support for legacy version file 2015-12-28 21:34:07 -05:00
rbenv-prefix rbenv-prefix: do not silence rbenv-which for system version 2018-08-07 01:44:13 +02:00
rbenv-rehash Merge pull request #1448 from rbenv/command-to-type-P 2022-10-09 14:49:32 +02:00
rbenv-root Fix some issues reported by shellcheck 2017-11-29 16:20:51 +01:00
rbenv-sh-rehash Avoid invoking hash -r in fish 2013-10-31 20:18:14 +02:00
rbenv-sh-shell rbenv shell: properly declare global variables for zsh (#1566) 2024-04-29 14:20:21 +02:00
rbenv-shims tests galore 2013-03-07 15:07:32 -05:00
rbenv-version libexec/rbenv-version{,-origin}: move "missing rbenv-version-file detection" logic as per @mislav 2020-01-16 23:15:09 +08:00
rbenv-version-file version-file docs update (#1512) 2023-07-11 17:38:36 +02:00
rbenv-version-file-read Simplify version file read 2022-03-08 21:10:15 +02:00
rbenv-version-file-write Documentation tweaks 2012-12-29 22:05:04 -06:00
rbenv-version-name Use read -a to split output into an array (#1450) 2022-10-09 14:48:13 +02:00
rbenv-version-origin Use read -a to split output into an array (#1450) 2022-10-09 14:48:13 +02:00
rbenv-versions Simplify resolving symlinks, remove native extension (#1428) 2022-09-22 11:34:02 +02:00
rbenv-whence Fix some issues reported by shellcheck 2017-11-29 16:20:51 +01:00
rbenv-which Use read -a to split output into an array (#1450) 2022-10-09 14:48:13 +02:00