diff --git a/themes/robbyrussell/fish_prompt.fish b/themes/robbyrussell/fish_prompt.fish
index 1bf0c6153c09e86214116f06bdfa31ad18ad9b5d..fb057d5c2385386afe562aef7aa68f0f4446dae4 100644
--- a/themes/robbyrussell/fish_prompt.fish
+++ b/themes/robbyrussell/fish_prompt.fish
@@ -33,6 +33,6 @@ function fish_prompt
     end
   end
 
-  echo -n -s $arrow $cwd $git_info $normal ' '
+  echo -n -s $arrow ' ' $cwd $git_info $normal ' '
 end