pyenv/libexec
Michael Grubb 7e83e07cf3 Made ksh portability changes
Added specific message for ksh in identifying the proper shell
initialization file.

Changed rbenv functiond definition to be more portable.
Shell functions should be defined by using the function command or
using the parenthesis grammar, but using both is not portable:

rbenv() {...  -or-
function rbenv { ...
2011-12-15 14:54:38 -06:00
..
rbenv Quoting the argument to greadlink to make it work with paths containing spaces. 2011-11-18 21:21:16 +01:00
rbenv-commands Update zsh completion adapter 2011-09-13 13:12:04 -05:00
rbenv-completions Fix rbenv-completions for shell commands. Closes #90. 2011-09-16 14:18:29 -05:00
rbenv-exec rbenv-plugin-scripts -> rbenv-hooks; RBENV_PLUGIN_PATH -> RBENV_HOOK_PATH 2011-09-23 10:43:06 -05:00
rbenv-global Global version file is now ${RBENV_ROOT}/version 2011-09-28 09:45:58 -05:00
rbenv-help Make rbenv help a little nicer 2011-09-28 10:59:02 -05:00
rbenv-hooks rbenv-plugin-scripts -> rbenv-hooks; RBENV_PLUGIN_PATH -> RBENV_HOOK_PATH 2011-09-23 10:43:06 -05:00
rbenv-init Made ksh portability changes 2011-12-15 14:54:38 -06:00
rbenv-local Update zsh completion adapter 2011-09-13 13:12:04 -05:00
rbenv-prefix Completions for global, local, prefix, shell 2011-09-13 12:38:34 -05:00
rbenv-rehash rbenv-plugin-scripts -> rbenv-hooks; RBENV_PLUGIN_PATH -> RBENV_HOOK_PATH 2011-09-23 10:43:06 -05:00
rbenv-root Add rbenv root 2011-11-10 10:54:30 -06:00
rbenv-set-default Rename rbenv-default to rbenv-global 2011-08-18 14:35:00 -05:00
rbenv-set-local Improve deprecation notice 2011-08-18 14:09:48 -05:00
rbenv-sh-shell Update zsh completion adapter 2011-09-13 13:12:04 -05:00
rbenv-shims Extract rbenv-shims 2011-09-13 12:55:19 -05:00
rbenv-version Set RBENV_DEBUG=1 to see what's going on under the hood 2011-09-12 10:11:59 -05:00
rbenv-version-file Global version file is now ${RBENV_ROOT}/version 2011-09-28 09:45:58 -05:00
rbenv-version-file-read Don't exit out of piped loop 2011-09-28 12:08:34 -05:00
rbenv-version-file-write Set RBENV_DEBUG=1 to see what's going on under the hood 2011-09-12 10:11:59 -05:00
rbenv-version-name Set RBENV_DEBUG=1 to see what's going on under the hood 2011-09-12 10:11:59 -05:00
rbenv-version-origin Set RBENV_DEBUG=1 to see what's going on under the hood 2011-09-12 10:11:59 -05:00
rbenv-versions Set RBENV_DEBUG=1 to see what's going on under the hood 2011-09-12 10:11:59 -05:00
rbenv-whence Completion for whence 2011-09-13 12:59:59 -05:00
rbenv-which rbenv-plugin-scripts -> rbenv-hooks; RBENV_PLUGIN_PATH -> RBENV_HOOK_PATH 2011-09-23 10:43:06 -05:00