Thanks for the help, Bart! Looks like I was getting this error in my zshenv where I was sourcing rvm > [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" I commented that line out temporarily and it stopped the parse error. I did a fresh install of rvm without any ruby versions installed and that command worked fine. I installed ruby-2.0.0-p353 and the error came back. Is this an issue I should take up with rvm? Darren @ Thanx On Sat, Dec 28, 2013 at 11:13 AM, Bart Schaefer wrote: > On Dec 28, 12:58am, Darren Cheng wrote: > } > } I'm receiving an infinite > } > } > (eval):1: parse error near `()' > } > } using env -i on zsh 5.0.4. > > This has to be something in a startup file; my guess is that there's > something wrong in a precmd function or prompt expansion. > > Try > > env -i /usr/local/bin/zsh -v > > to see what might be causing the parse error. >