From 6c3c7f65c9497b603736ba32ba30571fcf1e9839 Mon Sep 17 00:00:00 2001 From: Michael Allen Date: Tue, 25 Aug 2015 14:27:36 +0100 Subject: Added readme and license --- git-radar | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'git-radar') diff --git a/git-radar b/git-radar index 349d4f0..ebda515 100755 --- a/git-radar +++ b/git-radar @@ -50,14 +50,14 @@ if [[ -z $@ ]]; then echo " --bash # Output prompt using Bash style color characters" echo "" echo "Bash example:" - echo " export PS1=\"\\W\\\$(git-radar --bash --prompt) \"" + echo " export PS1=\"\\W\\\$(git-radar --bash --fetch) \"" echo "" echo " This will show your current directory and the full git-radar." echo " As an added benefit, if you are in a repo, it will asynchronously" echo " run \`git fetch\` every 5 mins, so that you are never out of date." echo "" echo "Zsh example:" - echo " export PROMPT=\"%1/%\\\$(git-radar --zsh --prompt) \"" + echo " export PROMPT=\"%1/%\\\$(git-radar --zsh --fetch) \"" echo "" echo " Same as the Bash but for Zsh." exit -- cgit v1.2.3