Skip to content

Commit d52d548

Browse files
committed
Merge with upstream
2 parents 13b15cb + beedf2e commit d52d548

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ The symbols are as follows:
9797
```sh
9898
if [ -f "$(brew --prefix)/opt/bash-git-prompt/share/gitprompt.sh" ]; then
9999
GIT_PROMPT_THEME=TruncatedPwd_WindowTitle
100+
__GIT_PROMPT_DIR=$(brew --prefix)/opt/bash-git-prompt/share
100101
source "$(brew --prefix)/opt/bash-git-prompt/share/gitprompt.sh"
101102
fi
102103
```

bash-git-prompt.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def caveats; <<-EOS.undent
2020
You should add the following to your .bashrc (or equivalent):
2121
if [ -f "$(brew --prefix bash-git-prompt)/share/gitprompt.sh" ]; then
2222
GIT_PROMPT_THEME=Default
23+
__GIT_PROMPT_DIR=$(brew --prefix)/opt/bash-git-prompt/share
2324
source "$(brew --prefix bash-git-prompt)/share/gitprompt.sh"
2425
fi
2526
EOS

0 commit comments

Comments
 (0)