From dce2a1b3859ebb052c220255dc1b7e130a272ace Mon Sep 17 00:00:00 2001 From: "P.Kernevez" Date: Tue, 5 Jan 2016 23:48:24 +0100 Subject: Remove the '\n' that put the cursor on a new line (prompt on 2 lines instead of one) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e84317..2f4e39f 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Add to your `config.fish` function fish_prompt set_color $fish_color_cwd echo -n (prompt_pwd) - git-radar --fish --fetch + echo -n (git-radar --fish --fetch) set_color normal echo -n ' > ' end -- cgit v1.2.3