From 644c85adafb0a5e71f287cbc4fa82dc73c0df119 Mon Sep 17 00:00:00 2001 From: Bruno Pinto Date: Tue, 9 Oct 2012 21:47:45 -0300 Subject: [PATCH] removing ">" from theme prompt --- themes/robbyrussell/fish_prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/robbyrussell/fish_prompt.fish b/themes/robbyrussell/fish_prompt.fish index cc2f422..e5364db 100644 --- a/themes/robbyrussell/fish_prompt.fish +++ b/themes/robbyrussell/fish_prompt.fish @@ -26,6 +26,6 @@ function fish_prompt end end - echo -n -s $arrow $cwd $git_info $normal '>' + echo -n -s $arrow $cwd $git_info $normal ' ' end