From 93f5c96c15e940b2e1f814b9de018fceb5223066 Mon Sep 17 00:00:00 2001 From: Ryan Neufeld Date: Tue, 25 Oct 2011 13:23:28 -0700 Subject: [PATCH] Whitespace matters --- themes/ryanneufeld.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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