diff options
author | P.Kernevez <pkernevez@octo.com> | 2016-01-05 23:48:24 +0100 |
---|---|---|
committer | P.Kernevez <pkernevez@octo.com> | 2016-01-05 23:48:24 +0100 |
commit | dce2a1b3859ebb052c220255dc1b7e130a272ace (patch) | |
tree | e87703614954582bf3395fbe07a590e656905fbd | |
parent | 3a47557bdd10f3a025c7e3385e16a566570abcf1 (diff) | |
download | git-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)
-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 |