pyenv/libexec
Jeff Kowalski be2e606fbd Prefer 'set' over 'setenv' for fish shell
The setenv function in fish shell has changed dramatically in
75600b6b53
It now conforms to the csh version, which takes at most two arguments.
In this init script, the form
    setenv PATH prepend_something $PATH
had been used, which had too many arguments.
Since setenv isn't a native command in fish, a suitable replacement is
to use the "set -gx" command, which can consume multiple arguments.
2017-04-06 23:55:48 -07:00
..
rbenv Write help message to stdout 2016-07-04 00:56:08 +00:00
rbenv---version rbenv 1.1.0 2016-11-25 21:11:08 +01:00
rbenv-commands fix iterating through paths that have spaces in them 2013-04-01 01:04:19 +02:00
rbenv-completions completions for rbenv-completions 2015-11-20 09:12:53 -05:00
rbenv-exec Speed up obtaining exec/which/whence completions 2014-10-15 01:24:45 +02:00
rbenv-global Remove support for legacy global version files 2015-12-28 22:05:00 -05:00
rbenv-help update urls to rbenv 2015-12-07 11:03:07 -08:00
rbenv-hooks Merge remote-tracking branch 'origin/master' into version-hooks 2015-12-23 17:22:43 +01:00
rbenv-init Prefer 'set' over 'setenv' for fish shell 2017-04-06 23:55:48 -07:00
rbenv-local Remove support for legacy version file 2015-12-28 21:34:07 -05:00
rbenv-prefix Add a workaround for system executables in /bin 2016-08-01 00:32:50 +00:00
rbenv-rehash Never use hardlinks. Never. 2015-10-28 21:35:39 +01:00
rbenv-root Documentation tweaks 2012-12-29 22:05:04 -06:00
rbenv-sh-rehash Avoid invoking hash -r in fish 2013-10-31 20:18:14 +02:00
rbenv-sh-shell Conforms OLD_RBENV_VERSION to RBENV_* convention 2016-12-19 17:21:45 -05:00
rbenv-shims tests galore 2013-03-07 15:07:32 -05:00
rbenv-version Documentation tweaks 2012-12-29 22:05:04 -06:00
rbenv-version-file Simplify fallback to global version file 2015-12-29 14:44:32 +01:00
rbenv-version-file-read Add \r to IFS instead of removing it manually 2014-03-21 01:36:39 +01:00
rbenv-version-file-write Documentation tweaks 2012-12-29 22:05:04 -06:00
rbenv-version-name Merge remote-tracking branch 'origin/master' into version-hooks 2015-12-23 17:22:43 +01:00
rbenv-version-origin Ensure RBENV_VERSION_ORIGIN is not inherited from environment 2015-12-23 17:26:53 +01:00
rbenv-versions Simplify reference to realpath.dylib within rbenv-versions 2015-12-24 03:54:32 +01:00
rbenv-whence Speed up obtaining exec/which/whence completions 2014-10-15 01:24:45 +02:00
rbenv-which Expand literal tilde in PATH 2016-09-09 10:29:12 +02:00