diff options
author | Michael Allen <michael@michaelallen.io> | 2015-08-25 14:27:36 +0100 |
---|---|---|
committer | Michael Allen <michael@michaelallen.io> | 2015-08-25 15:31:28 +0100 |
commit | 6c3c7f65c9497b603736ba32ba30571fcf1e9839 (patch) | |
tree | 692e684fb7925ce059b26a41bd51a8f1976931f8 /git-radar | |
parent | 6c0e6b44872d08b83a54e9f442551992b8d2b5a2 (diff) | |
download | git-sonar-6c3c7f65c9497b603736ba32ba30571fcf1e9839.tar.gz git-sonar-6c3c7f65c9497b603736ba32ba30571fcf1e9839.zip |
Added readme and license
Diffstat (limited to '')
-rwxr-xr-x | git-radar | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |