I installed prezto following this guide: http://codurance.com/2015/03/16/installing-zprezto-a-quick-guide/
If I start in a regular folder that's not in git, I see the current working directory as expected in the prompt.
~/Documents/projects/
As soon as I change to directory that's managed in git, the prompt changes to:
~RVM_PROJECT_PATH [feature/awesome]
where feature/awesome is my branch name.
No matter which prompt I configure to use, as soon as I navigate to a git repo, RVM_PROJECT_PATH shows up. How do I fix this?
Put this in your ~/.zshrc
Thanks to mcornella in this response: https://github.com/rvm/rvm/issues/3091#issuecomment-60083194
Tested in zsh 5.2 (x86_64-unknown-linux-gnu)