Postmodern
Postmodern
Are you sure you are not using any other plugins that might also use `trap DEBUG` to hook every command?
Could you run `scripts/bug_report.sh` and post the output here?
Oops, forgot to output `trap -p`. Try the new [script](https://raw.github.com/postmodern/chruby/master/scripts/bug_report.sh).
Now I'm curious what the value of `$RUBY_AUTO_VERSION` is before you enter the project, while you are inside the project, and after you leave the project.
@nicosuave I suspect `auto.sh` is unable to find the `.ruby-version` file for some reason. That or the contents of `.ruby-version` already matches the current `$RUBY_AUTO_VERSION`.
@nicosuave note that if `$RUBY_AUTO_VERSION` already matches `.ruby-version`, `chruby_auto` will short-circuit and continue using the currently selected Ruby. https://github.com/postmodern/chruby/blob/master/share/chruby/auto.sh#L8
@handerson odd, what shell/version are you using?
@trestrantham shouldn't tmux preserve the current `PATH` (which chruby has auto-modified) when spawning a new window?
@trestrantham also we stopped exporting `RUBY_AUTO_VERSION` in 0.3.7, so it shouldn't be inherited by new tmux windows.
@colszowka that is odd, since I have chruby 0.3.8 installed, configured in `/etc/profile.d/chruby.sh` and running bash 4.2.45. Could you provide more information about how it doesn't work? Is the `chruby_auto`...