From 9169a673d5d5c5e7d1883b0040363db00a7946b8 Mon Sep 17 00:00:00 2001 From: Marc Qualie Date: Mon, 20 May 2013 23:59:52 +0200 Subject: [PATCH] Slightly modified this theme to match robbyrussel I recently switch from ZSH to Fish shell and noticed that this theme is slightly different to the one provided by ZSH. I edited my own using funced but thought it might be useful for other people who are used to the ZSH interface. --- share/tools/web_config/sample_prompts/robbyrussell.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/tools/web_config/sample_prompts/robbyrussell.fish b/share/tools/web_config/sample_prompts/robbyrussell.fish index fdc02f326..f6641c1a0 100644 --- a/share/tools/web_config/sample_prompts/robbyrussell.fish +++ b/share/tools/web_config/sample_prompts/robbyrussell.fish @@ -33,5 +33,5 @@ function fish_prompt end end - echo -n -s $arrow $cwd $git_info $normal '>' + echo -n -s $arrow ' '$cwd $git_info $normal ' ' end