diff options
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  | 
