summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Allen <michael@michaelallen.io>2016-01-07 12:42:15 +0000
committerMichael Allen <michael@michaelallen.io>2016-01-07 12:42:15 +0000
commit056200a7da3f7be541fc2ca3121100f2abad07b2 (patch)
treee87703614954582bf3395fbe07a590e656905fbd
parent3a47557bdd10f3a025c7e3385e16a566570abcf1 (diff)
parentdce2a1b3859ebb052c220255dc1b7e130a272ace (diff)
downloadgit-sonar-056200a7da3f7be541fc2ca3121100f2abad07b2.tar.gz
git-sonar-056200a7da3f7be541fc2ca3121100f2abad07b2.zip
Merge pull request #97 from pkernevez/master
Remove the '\n' that put the cursor on a new line (prompt on 2 lines instead of one)
-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