diff options
author | Michael Allen <michael@michaelallen.io> | 2016-01-07 12:42:15 +0000 |
---|---|---|
committer | Michael Allen <michael@michaelallen.io> | 2016-01-07 12:42:15 +0000 |
commit | 056200a7da3f7be541fc2ca3121100f2abad07b2 (patch) | |
tree | e87703614954582bf3395fbe07a590e656905fbd | |
parent | 3a47557bdd10f3a025c7e3385e16a566570abcf1 (diff) | |
parent | dce2a1b3859ebb052c220255dc1b7e130a272ace (diff) | |
download | git-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |