Skip to content

Commit beedf2e

Browse files
authored
Updated HomeBrew Recipe for next homebrew release
Belongs to magicmonty#276
1 parent 5b7c067 commit beedf2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)