summaryrefslogtreecommitdiffstats
path: root/git-radar
diff options
context:
space:
mode:
authorMichael Allen <michael@michaelallen.io>2015-08-25 14:27:36 +0100
committerMichael Allen <michael@michaelallen.io>2015-08-25 15:31:28 +0100
commit6c3c7f65c9497b603736ba32ba30571fcf1e9839 (patch)
tree692e684fb7925ce059b26a41bd51a8f1976931f8 /git-radar
parent6c0e6b44872d08b83a54e9f442551992b8d2b5a2 (diff)
downloadgit-sonar-6c3c7f65c9497b603736ba32ba30571fcf1e9839.tar.gz
git-sonar-6c3c7f65c9497b603736ba32ba30571fcf1e9839.zip
Added readme and license
Diffstat (limited to '')
-rwxr-xr-xgit-radar4
1 files changed, 2 insertions, 2 deletions
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