summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorP.Kernevez <pkernevez@octo.com>2016-01-05 23:48:24 +0100
committerP.Kernevez <pkernevez@octo.com>2016-01-05 23:48:24 +0100
commitdce2a1b3859ebb052c220255dc1b7e130a272ace (patch)
treee87703614954582bf3395fbe07a590e656905fbd /README.md
parent3a47557bdd10f3a025c7e3385e16a566570abcf1 (diff)
downloadgit-sonar-dce2a1b3859ebb052c220255dc1b7e130a272ace.tar.gz
git-sonar-dce2a1b3859ebb052c220255dc1b7e130a272ace.zip
Remove the '\n' that put the cursor on a new line (prompt on 2 lines instead of one)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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