1
0
Fork 0
mirror of https://github.com/pyenv/pyenv.git synced 2025-03-11 03:13:14 +00:00
pyenv/test
Mislav Marohnić be5e1a4ded Improve rbenv init instructions for fish
Fish user config file `~/.config/fish/config.fish` loads for every
instance of fish shell, not just interactive ones. Since it's
unnecessary and dangerous to eval `rbenv init -` output in
non-interactive shells, wrap the invocation in a conditional that checks
if the current shell is interactive.

Fixes 
2013-12-06 16:45:22 +01:00
..
libexec
--version.bats
commands.bats
completions.bats
exec.bats Revert "rbenv exec: avoid mutating PATH" 2013-11-03 12:18:28 +02:00
global.bats
help.bats
hooks.bats
init.bats Improve rbenv init instructions for fish 2013-12-06 16:45:22 +01:00
local.bats
prefix.bats better error message for rbenv prefix system 2013-10-03 21:42:52 +02:00
rbenv.bats
rehash.bats Avoid invoking hash -r in fish 2013-10-31 20:18:14 +02:00
shell.bats reliably detect parent shell in rbenv init 2013-10-07 03:24:45 +02:00
shims.bats
test_helper.bash
version-file-read.bats Add more tests for version-file-read 2013-10-30 02:33:23 +01:00
version-file-write.bats
version-file.bats
version-name.bats
version-origin.bats
version.bats
versions.bats
whence.bats
which.bats