summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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