diff --git a/themes/ryanneufeld.zsh-theme b/themes/ryanneufeld.zsh-theme index 81467534c..e8fcbbac6 100644 --- a/themes/ryanneufeld.zsh-theme +++ b/themes/ryanneufeld.zsh-theme @@ -10,7 +10,7 @@ svn_prompt_status() { } rvm_prompt_status() { - if [ -f "$(which rvm-prompt)"]; then + if [ -f "$(which rvm-prompt)" ]; then if [ "" -ne "$(rvm-prompt i v g)" ]; then echo "<"$(rvm-prompt i v g)">" fi