README: updated

This commit is contained in:
rkiel
2015-06-07 07:34:17 -04:00
parent 89fc701d09
commit 062a9139b7

View File

@@ -45,7 +45,7 @@ To enable your `bash` prompt to display repository status, add the following to
source ~/GitHub/rkiel/git-utilities/dotfiles/git-prompt.sh
```
Here's a sample prompt that includes the current branch (i.e. `__git_ps1`)
Here's a sample prompt that includes the current branch (i.e. `$(__git_ps1 " %s")`)
```
export PS1='[\[\e[0;35m\]\u@\h\[\e[0m\] \[\e[1;34m\]\W\[\e[0;32m\]$(__git_ps1 " %s")\[\e[0m\]]\$ '