`eval (rbenv init -)` is broken on fish · Issue #869 · rbenv/rbenv

I have the following in my config.fish file, running with the latest versions of fish and rbenv from homebrew: if test -d ~/.rbenv eval (rbenv init -) end When I start a shell, I get the following ...