I am using oh-my-zsh and RVM and generally I was pretty happy until I discovered Octopress. Picture first:
I have a custom shell prompt that displays current dir, git status, git branch, etc. It seems that Octopress code somehow breaks RVM. Or, at least, I found traces of path_to_check
in this file in RVM repo.
My .rvmrc
contains this string
rvm use 1.9.3
But if I empty the file, or delete it altogether, it makes no difference. It's the first time I'm seeing this and I definitely suspect that Octopress is involved.
Do you have any idea what's going on here?