|
|
|
@ -86,7 +86,7 @@ The symbols are as follows: |
|
|
|
- Run `brew install bash-git-prompt` for the last stable release or `brew install --HEAD bash-git-prompt` for the |
|
|
|
- Run `brew install bash-git-prompt` for the last stable release or `brew install --HEAD bash-git-prompt` for the |
|
|
|
latest version directly from the repository |
|
|
|
latest version directly from the repository |
|
|
|
|
|
|
|
|
|
|
|
- Now you can source the file in your `~/.bashrc` as follows: |
|
|
|
- Now you can source the file in your `~/.bash_profile` as follows: |
|
|
|
|
|
|
|
|
|
|
|
```sh |
|
|
|
```sh |
|
|
|
if [ -f "$(brew --prefix)/opt/bash-git-prompt/share/gitprompt.sh" ]; then |
|
|
|
if [ -f "$(brew --prefix)/opt/bash-git-prompt/share/gitprompt.sh" ]; then |
|
|
|
|